Lines Matching refs:calendarInfo

28     protected $calendarInfo;  variable in Sabre\\CalDAV\\Calendar
41 * @param array $calendarInfo
43 function __construct(Backend\BackendInterface $caldavBackend, $calendarInfo) { argument
46 $this->calendarInfo = $calendarInfo;
57 return $this->calendarInfo['uri'];
75 return $this->caldavBackend->updateCalendar($this->calendarInfo['id'], $propPatch);
89 foreach ($this->calendarInfo as $propName => $propValue) {
92 $response[$propName] = $this->calendarInfo[$propName];
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);
165 $obj = $this->caldavBackend->getCalendarObject($this->calendarInfo['id'], $name);
201 …return $this->caldavBackend->createCalendarObject($this->calendarInfo['id'], $name, $calendarData);
212 $this->caldavBackend->deleteCalendar($this->calendarInfo['id']);
249 return $this->calendarInfo['principaluri'];
290 if (empty($this->calendarInfo['{http://sabredav.org/ns}read-only'])) {
335 if (empty($this->calendarInfo['{http://sabredav.org/ns}read-only'])) {
372 return $this->caldavBackend->calendarQuery($this->calendarInfo['id'], $filters);
389 isset($this->calendarInfo['{DAV:}sync-token'])
391 return $this->calendarInfo['{DAV:}sync-token'];
395 isset($this->calendarInfo['{http://sabredav.org/ns}sync-token'])
397 return $this->calendarInfo['{http://sabredav.org/ns}sync-token'];
464 $this->calendarInfo['id'],