Home
last modified time | relevance | path

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

/plugin/calendar/
H A Dsyntax.php855 $events = $this->checkTimeConflicts($events);
1173 private function checkTimeConflicts($events) { function in syntax_plugin_calendar
1562 $allEvents = $this->checkTimeConflicts($allEvents);
H A Dcalendar-main.js660 events = checkTimeConflicts(events, null);
804 const checkedEvents = checkTimeConflicts(dayEventsObj, null);
3362 window.checkTimeConflicts = function(events, currentEventId) { function