Home
last modified time | relevance | path

Searched refs:updateCalendar (Results 1 – 11 of 11) sorted by relevance

/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Backend/
H A DBackendInterface.php72 function updateCalendar($calendarId, \Sabre\DAV\PropPatch $propPatch); function
H A DAbstractBackend.php35 function updateCalendar($calendarId, \Sabre\DAV\PropPatch $propPatch) { function in Sabre\\CalDAV\\Backend\\AbstractBackend
H A DPDO.php305 function updateCalendar($calendarId, \Sabre\DAV\PropPatch $propPatch) { function in Sabre\\CalDAV\\Backend\\PDO
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Backend/
H A DBackendInterface.php70 function updateCalendar($calendarId, \Sabre\DAV\PropPatch $propPatch); function
H A DAbstractBackend.php35 function updateCalendar($calendarId, \Sabre\DAV\PropPatch $propPatch) { function in Sabre\\CalDAV\\Backend\\AbstractBackend
H A DPDO.php259 function updateCalendar($calendarId, \Sabre\DAV\PropPatch $propPatch) { function in Sabre\\CalDAV\\Backend\\PDO
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Backend/
H A DAbstractTest.php15 $abstract->updateCalendar('randomid', $propPatch);
H A DAbstractPDOTest.php80 $backend->updateCalendar($newId, $propPatch);
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/
H A DCalendar.php75 return $this->caldavBackend->updateCalendar($this->calendarInfo['id'], $propPatch);
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/
H A DCalendar.php73 return $this->caldavBackend->updateCalendar($this->calendarInfo['id'], $propPatch);
/plugin/davcal/
H A DcalendarBackendDokuwiki.php160 function updateCalendar($calendarId, \Sabre\DAV\PropPatch $propPatch) function in DokuWikiSabreCalendarBackend