Lines Matching refs:caldavBackend
33 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);
163 $obj = $this->caldavBackend->getCalendarObject($this->calendarInfo['id'], $name);
199 …return $this->caldavBackend->createCalendarObject($this->calendarInfo['id'], $name, $calendarData);
210 $this->caldavBackend->deleteCalendar($this->calendarInfo['id']);
427 return $this->caldavBackend->calendarQuery($this->calendarInfo['id'], $filters);
443 $this->caldavBackend instanceof Backend\SyncSupport &&
449 $this->caldavBackend instanceof Backend\SyncSupport &&
514 if (!$this->caldavBackend instanceof Backend\SyncSupport) {
518 return $this->caldavBackend->getChangesForCalendar(