mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
Merge branch 'MDL-37077-master' of git://github.com/ankitagarwal/moodle
This commit is contained in:
commit
85533e2a03
4 changed files with 379 additions and 0 deletions
|
@ -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(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue