Home
last modified time | relevance | path

Searched refs:syncToken (Results 26 – 27 of 27) sorted by relevance

12

/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Backend/
H A DPDO.php960 * @param string $syncToken
965 function getChangesForCalendar($calendarId, $syncToken, $syncLevel, $limit = null) { argument
986 if ($syncToken) {
993 $stmt->execute([$syncToken, $currentToken, $calendarId]);
/plugin/davcal/
H A Dhelper.php1895 * @param int $syncToken The supplied sync token
1901 public function getChangesForCalendar($calid, $syncToken, $syncLevel, $limit = null) argument
1918 if ($syncToken)
1925 $res = $sqlite->query($query, $syncToken, $currentToken, $calid);

12