Searched refs:CalendarHome (Results 1 – 12 of 12) sorted by relevance
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/ |
H A D | CalendarHomeNotificationsTest.php | 14 $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 D | CalendarHomeSharedCalendarsTest.php | 37 return new CalendarHome($this->backend, array(
|
H A D | CalendarHomeTest.php | 26 $this->usercalendars = new CalendarHome($this->backend, array(
|
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/ |
H A D | CalendarRoot.php | 76 return new CalendarHome($this->caldavBackend, $principal);
|
H A D | CalendarHome.php | 23 class CalendarHome implements DAV\IExtendedCollection, DAVACL\IACL { class
|
H A D | SharingPlugin.php | 279 if (!$node instanceof CalendarHome) {
|
H A D | Plugin.php | 166 if ($node instanceof CalendarHome && $this->server->getPlugin('sync')) { 991 if (!$node instanceof CalendarHome)
|
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/ |
H A D | CalendarRoot.php | 76 return new CalendarHome($this->caldavBackend, $principal);
|
H A D | CalendarHome.php | 23 class CalendarHome implements DAV\IExtendedCollection, DAVACL\IACL { class
|
H A D | SharingPlugin.php | 304 if (!$node instanceof CalendarHome) {
|
H A D | Plugin.php | 155 if ($node instanceof CalendarHome && $this->server->getPlugin('sync')) { 914 if (!$node instanceof CalendarHome)
|
/plugin/webdav/vendor/sabre/dav/ |
H A D | CHANGELOG.md | 438 to be more consistent with `CalendarHome` as well as the CardDAV 682 `Sabre\CalDAV\CalendarHome`.
|