mirror of
https://github.com/moodle/moodle.git
synced 2025-08-07 01:46:45 +02:00
MDL-57545 core_calendar: trigger update event when toggling visibility
Part of MDL-55611 epic.
This commit is contained in:
parent
10a8ea172b
commit
c45266d115
3 changed files with 64 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue