Home
last modified time | relevance | path

Searched refs:caldavBackend (Results 1 – 25 of 34) sorted by relevance

12

/plugin/webdav/vendor/sabre/dav/lib/CalDAV/
DCalendarHome.php32 protected $caldavBackend; variable in Sabre\\CalDAV\\CalendarHome
47 function __construct(Backend\BackendInterface $caldavBackend, $principalInfo) { argument
49 $this->caldavBackend = $caldavBackend;
138 if ($name === 'inbox' && $this->caldavBackend instanceof Backend\SchedulingSupport) {
139 return new Schedule\Inbox($this->caldavBackend, $this->principalInfo['uri']);
141 if ($name === 'outbox' && $this->caldavBackend instanceof Backend\SchedulingSupport) {
144 … if ($name === 'notifications' && $this->caldavBackend instanceof Backend\NotificationSupport) {
145 return new Notifications\Collection($this->caldavBackend, $this->principalInfo['uri']);
149 … foreach ($this->caldavBackend->getCalendarsForUser($this->principalInfo['uri']) as $calendar) {
151 if ($this->caldavBackend instanceof Backend\SharingSupport) {
[all …]
DCalendar.php35 protected $caldavBackend; variable in Sabre\\CalDAV\\Calendar
43 function __construct(Backend\BackendInterface $caldavBackend, $calendarInfo) { argument
45 $this->caldavBackend = $caldavBackend;
75 return $this->caldavBackend->updateCalendar($this->calendarInfo['id'], $propPatch);
109 $obj = $this->caldavBackend->getCalendarObject($this->calendarInfo['id'], $name);
115 return new CalendarObject($this->caldavBackend, $this->calendarInfo, $obj);
126 $objs = $this->caldavBackend->getCalendarObjects($this->calendarInfo['id']);
130 $children[] = new CalendarObject($this->caldavBackend, $this->calendarInfo, $obj);
147 $objs = $this->caldavBackend->getMultipleCalendarObjects($this->calendarInfo['id'], $paths);
151 $children[] = new CalendarObject($this->caldavBackend, $this->calendarInfo, $obj);
[all …]
DCalendarRoot.php27 protected $caldavBackend; variable in Sabre\\CalDAV\\CalendarRoot
43 …Backend\BackendInterface $principalBackend, Backend\BackendInterface $caldavBackend, $principalPre… argument
46 $this->caldavBackend = $caldavBackend;
76 return new CalendarHome($this->caldavBackend, $principal);
DCalendarObject.php21 protected $caldavBackend; variable in Sabre\\CalDAV\\CalendarObject
55 …function __construct(Backend\BackendInterface $caldavBackend, array $calendarInfo, array $objectDa… argument
57 $this->caldavBackend = $caldavBackend;
89 …$this->objectData = $this->caldavBackend->getCalendarObject($this->calendarInfo['id'], $this->obje…
106 …$etag = $this->caldavBackend->updateCalendarObject($this->calendarInfo['id'], $this->objectData['u…
121 … $this->caldavBackend->deleteCalendarObject($this->calendarInfo['id'], $this->objectData['uri']);
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/
DCalendarHome.php30 protected $caldavBackend; variable in Sabre\\CalDAV\\CalendarHome
45 function __construct(Backend\BackendInterface $caldavBackend, $principalInfo) { argument
47 $this->caldavBackend = $caldavBackend;
136 if ($name === 'inbox' && $this->caldavBackend instanceof Backend\SchedulingSupport) {
137 return new Schedule\Inbox($this->caldavBackend, $this->principalInfo['uri']);
139 if ($name === 'outbox' && $this->caldavBackend instanceof Backend\SchedulingSupport) {
142 … if ($name === 'notifications' && $this->caldavBackend instanceof Backend\NotificationSupport) {
143 return new Notifications\Collection($this->caldavBackend, $this->principalInfo['uri']);
147 … foreach ($this->caldavBackend->getCalendarsForUser($this->principalInfo['uri']) as $calendar) {
149 if ($this->caldavBackend instanceof Backend\SharingSupport) {
[all …]
DCalendar.php33 protected $caldavBackend; variable in Sabre\\CalDAV\\Calendar
41 function __construct(Backend\BackendInterface $caldavBackend, $calendarInfo) { argument
43 $this->caldavBackend = $caldavBackend;
73 return $this->caldavBackend->updateCalendar($this->calendarInfo['id'], $propPatch);
107 $obj = $this->caldavBackend->getCalendarObject($this->calendarInfo['id'], $name);
113 return new CalendarObject($this->caldavBackend, $this->calendarInfo, $obj);
124 $objs = $this->caldavBackend->getCalendarObjects($this->calendarInfo['id']);
128 $children[] = new CalendarObject($this->caldavBackend, $this->calendarInfo, $obj);
145 $objs = $this->caldavBackend->getMultipleCalendarObjects($this->calendarInfo['id'], $paths);
149 $children[] = new CalendarObject($this->caldavBackend, $this->calendarInfo, $obj);
[all …]
DCalendarRoot.php27 protected $caldavBackend; variable in Sabre\\CalDAV\\CalendarRoot
43 …Backend\BackendInterface $principalBackend, Backend\BackendInterface $caldavBackend, $principalPre… argument
46 $this->caldavBackend = $caldavBackend;
76 return new CalendarHome($this->caldavBackend, $principal);
DCalendarObject.php19 protected $caldavBackend; variable in Sabre\\CalDAV\\CalendarObject
53 …function __construct(Backend\BackendInterface $caldavBackend, array $calendarInfo, array $objectDa… argument
55 $this->caldavBackend = $caldavBackend;
87 …$this->objectData = $this->caldavBackend->getCalendarObject($this->calendarInfo['id'], $this->obje…
104 …$etag = $this->caldavBackend->updateCalendarObject($this->calendarInfo['id'], $this->objectData['u…
119 … $this->caldavBackend->deleteCalendarObject($this->calendarInfo['id'], $this->objectData['uri']);
DShareableCalendar.php35 $this->caldavBackend->updateShares($this->calendarInfo['id'], $add, $remove);
53 return $this->caldavBackend->getShares($this->calendarInfo['id']);
68 $this->caldavBackend->setPublishStatus($this->calendarInfo['id'], $value);
DSharedCalendar.php20 function __construct(Backend\BackendInterface $caldavBackend, $calendarInfo) { argument
33 parent::__construct($caldavBackend, $calendarInfo);
144 return $this->caldavBackend->getShares($this->calendarInfo['id']);
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Schedule/
DInbox.php27 protected $caldavBackend; variable in Sabre\\CalDAV\\Schedule\\Inbox
42 function __construct(Backend\SchedulingSupport $caldavBackend, $principalUri) { argument
44 $this->caldavBackend = $caldavBackend;
69 $objs = $this->caldavBackend->getSchedulingObjects($this->principalUri);
74 $children[] = new SchedulingObject($this->caldavBackend, $obj);
106 $this->caldavBackend->createSchedulingObject($this->principalUri, $name, $data);
189 $objects = $this->caldavBackend->getSchedulingObjects($this->principalUri);
DSchedulingObject.php22 protected $caldavBackend; variable in Sabre\\CalDAV\\Schedule\\SchedulingObject
48 function __construct(Backend\SchedulingSupport $caldavBackend, array $objectData) { argument
50 $this->caldavBackend = $caldavBackend;
70 …$this->objectData = $this->caldavBackend->getSchedulingObject($this->objectData['principaluri'], $…
95 …$this->caldavBackend->deleteSchedulingObject($this->objectData['principaluri'], $this->objectData[…
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Notifications/
DCollection.php32 protected $caldavBackend; variable in Sabre\\CalDAV\\Notifications\\Collection
47 function __construct(CalDAV\Backend\NotificationSupport $caldavBackend, $principalUri) { argument
49 $this->caldavBackend = $caldavBackend;
62 $notifications = $this->caldavBackend->getNotificationsForPrincipal($this->principalUri);
67 $this->caldavBackend,
DNode.php30 protected $caldavBackend; variable in Sabre\\CalDAV\\Notifications\\Node
53 …function __construct(CalDAV\Backend\NotificationSupport $caldavBackend, $principalUri, Notificatio… argument
55 $this->caldavBackend = $caldavBackend;
104 $this->caldavBackend->deleteNotification($this->getOwner(), $this->notification);
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Schedule/
DInbox.php25 protected $caldavBackend; variable in Sabre\\CalDAV\\Schedule\\Inbox
40 function __construct(Backend\SchedulingSupport $caldavBackend, $principalUri) { argument
42 $this->caldavBackend = $caldavBackend;
67 $objs = $this->caldavBackend->getSchedulingObjects($this->principalUri);
72 $children[] = new SchedulingObject($this->caldavBackend, $obj);
104 $this->caldavBackend->createSchedulingObject($this->principalUri, $name, $data);
257 $objects = $this->caldavBackend->getSchedulingObjects($this->principalUri);
DSchedulingObject.php22 protected $caldavBackend; variable in Sabre\\CalDAV\\Schedule\\SchedulingObject
48 function __construct(Backend\SchedulingSupport $caldavBackend, array $objectData) { argument
50 $this->caldavBackend = $caldavBackend;
70 …$this->objectData = $this->caldavBackend->getSchedulingObject($this->objectData['principaluri'], $…
95 …$this->caldavBackend->deleteSchedulingObject($this->objectData['principaluri'], $this->objectData[…
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Notifications/
DCollection.php30 protected $caldavBackend; variable in Sabre\\CalDAV\\Notifications\\Collection
45 function __construct(CalDAV\Backend\NotificationSupport $caldavBackend, $principalUri) { argument
47 $this->caldavBackend = $caldavBackend;
60 $notifications = $this->caldavBackend->getNotificationsForPrincipal($this->principalUri);
65 $this->caldavBackend,
DNode.php28 protected $caldavBackend; variable in Sabre\\CalDAV\\Notifications\\Node
51 …function __construct(CalDAV\Backend\NotificationSupport $caldavBackend, $principalUri, Notificatio… argument
53 $this->caldavBackend = $caldavBackend;
102 $this->caldavBackend->deleteNotification($this->getOwner(), $this->notification);
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Subscriptions/
DSubscription.php30 protected $caldavBackend; variable in Sabre\\CalDAV\\Subscriptions\\Subscription
42 * @param SubscriptionSupport $caldavBackend
45 function __construct(SubscriptionSupport $caldavBackend, array $subscriptionInfo) { argument
47 $this->caldavBackend = $caldavBackend;
98 $this->caldavBackend->deleteSubscription(
129 return $this->caldavBackend->updateSubscription(
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Subscriptions/
DSubscription.php28 protected $caldavBackend; variable in Sabre\\CalDAV\\Subscriptions\\Subscription
40 * @param SubscriptionSupport $caldavBackend
43 function __construct(SubscriptionSupport $caldavBackend, array $subscriptionInfo) { argument
45 $this->caldavBackend = $caldavBackend;
96 $this->caldavBackend->deleteSubscription(
127 return $this->caldavBackend->updateSubscription(
/plugin/davcal/vendor/sabre/dav/tests/Sabre/
DDAVServerTest.php49 protected $caldavBackend; variable in Sabre\\DAVServerTest
181 $this->caldavBackend
206 if ($this->setupCalDAVSharing && is_null($this->caldavBackend)) {
207 …$this->caldavBackend = new CalDAV\Backend\MockSharing($this->caldavCalendars, $this->caldavCalenda…
209 if ($this->setupCalDAVSubscriptions && is_null($this->caldavBackend)) {
210 …$this->caldavBackend = new CalDAV\Backend\MockSubscriptionSupport($this->caldavCalendars, $this->c…
212 if ($this->setupCalDAV && is_null($this->caldavBackend)) {
214 …$this->caldavBackend = new CalDAV\Backend\MockScheduling($this->caldavCalendars, $this->caldavCale…
216 …$this->caldavBackend = new CalDAV\Backend\Mock($this->caldavCalendars, $this->caldavCalendarObject…
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Notifications/
DCollectionTest.php9 protected $caldavBackend; variable in Sabre\\CalDAV\\Notifications\\CollectionTest
19 $this->caldavBackend = new CalDAV\Backend\MockSharing(array(),array(), array(
25 return new Collection($this->caldavBackend, $this->principalUri);
35 new Node($this->caldavBackend, $this->principalUri, $this->notification)
DNodeTest.php10 protected $caldavBackend; variable in Sabre\\CalDAV\\Notifications\\NodeTest
18 $this->caldavBackend = new CalDAV\Backend\MockSharing([], [], [
24 $node = new Node($this->caldavBackend, 'principals/user1', $this->systemStatus);
54 …$this->assertEquals(array(), $this->caldavBackend->getNotificationsForPrincipal('principals/user1'…
DPluginTest.php27 protected $caldavBackend; variable in Sabre\\CalDAV\\Notifications\\PluginTest
31 $this->caldavBackend = new CalDAV\Backend\MockSharing();
33 $calendars = new CalDAV\CalendarRoot($principalBackend,$this->caldavBackend);
101 $this->caldavBackend,
121 $this->caldavBackend,
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Subscriptions/
DSubscriptionTest.php14 $caldavBackend = new \Sabre\CalDAV\Backend\MockSubscriptionSupport([],[]);
136 $caldavBackend = new \Sabre\CalDAV\Backend\MockSubscriptionSupport([],[]);
137 new Subscription($caldavBackend, []);

12