Home
last modified time | relevance | path

Searched refs:CalendarHome (Results 1 – 12 of 12) sorted by relevance

/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/
H A DCalendarHomeNotificationsTest.php14 $calendarHome = new CalendarHome($backend,['uri' => 'principals/user']);
29 $calendarHome = new CalendarHome($backend,['uri' => 'principals/user']);
37 $calendarHome = new CalendarHome($backend,['uri' => 'principals/user']);
47 $calendarHome = new CalendarHome($backend,['uri' => 'principals/user']);
H A DCalendarHomeSharedCalendarsTest.php37 return new CalendarHome($this->backend, array(
H A DCalendarHomeTest.php26 $this->usercalendars = new CalendarHome($this->backend, array(
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/
H A DCalendarRoot.php76 return new CalendarHome($this->caldavBackend, $principal);
H A DCalendarHome.php23 class CalendarHome implements DAV\IExtendedCollection, DAVACL\IACL { class
H A DSharingPlugin.php279 if (!$node instanceof CalendarHome) {
H A DPlugin.php166 if ($node instanceof CalendarHome && $this->server->getPlugin('sync')) {
991 if (!$node instanceof CalendarHome)
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/
H A DCalendarRoot.php76 return new CalendarHome($this->caldavBackend, $principal);
H A DCalendarHome.php23 class CalendarHome implements DAV\IExtendedCollection, DAVACL\IACL { class
H A DSharingPlugin.php304 if (!$node instanceof CalendarHome) {
H A DPlugin.php155 if ($node instanceof CalendarHome && $this->server->getPlugin('sync')) {
914 if (!$node instanceof CalendarHome)
/plugin/webdav/vendor/sabre/dav/
H A DCHANGELOG.md438 to be more consistent with `CalendarHome` as well as the CardDAV
682 `Sabre\CalDAV\CalendarHome`.