Home
last modified time | relevance | path

Searched refs:checkTimeConflicts (Results 1 – 2 of 2) sorted by relevance

/plugin/calendar/
H A Dsyntax.php769 $events = $this->checkTimeConflicts($events);
1087 private function checkTimeConflicts($events) { function in syntax_plugin_calendar
1449 $allEvents = $this->checkTimeConflicts($allEvents);
H A Dcalendar-main.js562 events = checkTimeConflicts(events, null);
702 const checkedEvents = checkTimeConflicts(dayEventsObj, null);
3258 window.checkTimeConflicts = function(events, currentEventId) { function