Merge branch 'MDL-37077-master' of git://github.com/ankitagarwal/moodle

This commit is contained in:
Dan Poltawski 2013-01-15 13:54:40 +08:00
commit 85533e2a03
4 changed files with 379 additions and 0 deletions

View file

@ -643,6 +643,19 @@ $functions = array(
- similar to core get_component_strings() call',
'type' => 'read',
),
// === Calendar related functions ===
'core_calendar_delete_calendar_events' => array(
'classname' => 'core_calendar_external',
'methodname' => 'delete_calendar_events',
'description' => 'Delete calendar events',
'classpath' => 'calendar/externallib.php',
'type' => 'write',
'capabilities'=> 'moodle/calendar:manageentries', 'moodle/calendar:manageownentries', 'moodle/calendar:managegroupentries'
),
);
$services = array(