MDL-57545 core_calendar: trigger update event when toggling visibility

Part of MDL-55611 epic.
This commit is contained in:
Mark Nelson 2017-01-05 16:34:20 +08:00 committed by Damyon Wiese
parent 10a8ea172b
commit c45266d115
3 changed files with 64 additions and 4 deletions

View file

@ -35,6 +35,8 @@ defined('MOODLE_INTERNAL') || die();
* - int repeatid: id of the parent event if present, else 0.
* - int timestart: timestamp for event time start.
* - string name: name of the event.
* - bool visible: (optional) Is the calendar event visible?
* - bool visibilitytoggled: (optional) Was the visibility changed?
* }
*
* @package core