2012-09-17 11:28:05 +08:00
|
|
|
This files describes API changes in /calendar/* ,
|
|
|
|
information provided here is intended especially for developers.
|
|
|
|
|
2013-01-17 11:11:15 +08:00
|
|
|
=== 2.5 ===
|
|
|
|
required changes in code:
|
|
|
|
* calendar_add_icalendar_event() now requires a valid subscriptionid
|
|
|
|
* calendar_process_subscription_row() throws exception for invalid subscriptionid
|
|
|
|
* calendar_update_subscription_events() now throws a dml_exception instead of moodle_exception for bad subscriptions
|
2013-01-10 11:11:12 +08:00
|
|
|
* calendar_get_mini() function now has optional $placement and $courseid paramaters.
|
2012-09-17 11:28:05 +08:00
|
|
|
|
2013-04-08 13:48:10 +08:00
|
|
|
optional - no changes needed:
|
|
|
|
* calendar_update_subscription() should now be used to update Ical subscriptions.
|
|
|
|
|
2012-09-17 11:28:05 +08:00
|
|
|
=== 2.4 ===
|
|
|
|
|
|
|
|
required changes in code:
|
|
|
|
|
|
|
|
* calendar_get_popup() function now just returns id, instead of the string "id=$id"
|