Lines Matching refs:CalDAV
77 * @var CalDAV\Schedule\Plugin
107 $this->caldavPlugin = new CalDAV\Plugin();
111 $this->caldavSharingPlugin = new CalDAV\SharingPlugin();
115 $this->caldavSchedulePlugin = new CalDAV\Schedule\Plugin();
119 $this->server->addPlugin(new CalDAV\Subscriptions\Plugin());
122 $this->caldavICSExportPlugin = new CalDAV\ICSExportPlugin();
179 $this->tree[] = new CalDAV\CalendarRoot(
207 …$this->caldavBackend = new CalDAV\Backend\MockSharing($this->caldavCalendars, $this->caldavCalenda…
210 …$this->caldavBackend = new CalDAV\Backend\MockSubscriptionSupport($this->caldavCalendars, $this->c…
214 …$this->caldavBackend = new CalDAV\Backend\MockScheduling($this->caldavCalendars, $this->caldavCale…
216 …$this->caldavBackend = new CalDAV\Backend\Mock($this->caldavCalendars, $this->caldavCalendarObject…