Home
last modified time | relevance | path

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

/plugin/calendar/
H A Dsyntax.php727 $events = $this->checkTimeConflicts($events);
1045 private function checkTimeConflicts($events) { function in syntax_plugin_calendar
1398 $allEvents = $this->checkTimeConflicts($allEvents);
H A Dcalendar-main.js557 events = checkTimeConflicts(events, null);
697 const checkedEvents = checkTimeConflicts(dayEventsObj, null);
3243 window.checkTimeConflicts = function(events, currentEventId) { function