Moodle APIs 3.9
Moodle 3.9.13+ (Build: 20220325)
core_calendar\local\api Member List

This is the complete list of members for core_calendar\local\api, including all inherited members.

get_action_events_by_course( $course, $timesortfrom=null, $timesortto=null, $aftereventid=null, $limitnum=20)core_calendar\local\apistatic
get_action_events_by_courses( $courses=[], $timesortfrom=null, $timesortto=null, $limitnum=20)core_calendar\local\apistatic
get_action_events_by_timesort( $timesortfrom=null, $timesortto=null, $aftereventid=null, $limitnum=20, $limittononsuspendedevents=false, ?\stdClass $user=null)core_calendar\local\apistatic
get_events( $timestartfrom=null, $timestartto=null, $timesortfrom=null, $timesortto=null, $timestartaftereventid=null, $timesortaftereventid=null, $limitnum=20, $type=null, array $usersfilter=null, array $groupsfilter=null, array $coursesfilter=null, array $categoriesfilter=null, $withduration=true, $ignorehidden=true, callable $filter=null)core_calendar\local\apistatic
update_event_start_day(event_interface $event, DateTimeInterface $startdate)core_calendar\local\apistatic