mirror of
https://github.com/moodle/moodle.git
synced 2025-08-10 03:16:42 +02:00
MDL-48285 webservices: default timeend to infinity and beyond
This commit is contained in:
parent
951af91e08
commit
e07e04c123
2 changed files with 12 additions and 2 deletions
|
@ -1,6 +1,11 @@
|
|||
This files describes API changes in /calendar/* ,
|
||||
information provided here is intended especially for developers.
|
||||
|
||||
=== 2.9 ===
|
||||
default values changes in code:
|
||||
* core_calendar_external::get_calendar_events_parameters() 'timeend' default option changed; now, by default,
|
||||
all events are returned, not only the past ones.
|
||||
|
||||
=== 2.5 ===
|
||||
required changes in code:
|
||||
* calendar_add_icalendar_event() now requires a valid subscriptionid
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue