Searched refs:getChangesForCalendar (Results 1 – 8 of 8) sorted by relevance
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Backend/ |
H A D | SyncSupport.php | 79 function getChangesForCalendar($calendarId, $syncToken, $syncLevel, $limit = null); function
|
H A D | PDO.php | 965 function getChangesForCalendar($calendarId, $syncToken, $syncLevel, $limit = null) { function in Sabre\\CalDAV\\Backend\\PDO
|
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Backend/ |
H A D | SyncSupport.php | 79 function getChangesForCalendar($calendarId, $syncToken, $syncLevel, $limit = null); function
|
H A D | PDO.php | 843 function getChangesForCalendar($calendarId, $syncToken, $syncLevel, $limit = null) { function in Sabre\\CalDAV\\Backend\\PDO
|
/plugin/davcal/ |
H A D | calendarBackendDokuwiki.php | 561 function getChangesForCalendar($calendarId, $syncToken, $syncLevel, $limit = null) function in DokuWikiSabreCalendarBackend 564 $result = $this->hlp->getChangesForCalendar($calendarId, $syncToken, $syncLevel, $limit);
|
H A D | helper.php | 1901 public function getChangesForCalendar($calid, $syncToken, $syncLevel, $limit = null) function in helper_plugin_davcal
|
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/ |
H A D | Calendar.php | 463 return $this->caldavBackend->getChangesForCalendar(
|
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/ |
H A D | Calendar.php | 518 return $this->caldavBackend->getChangesForCalendar(
|