Lines Matching refs:calendarInfo

26     protected $calendarInfo;  variable in Sabre\\CalDAV\\Calendar
39 * @param array $calendarInfo
41 function __construct(Backend\BackendInterface $caldavBackend, $calendarInfo) { argument
44 $this->calendarInfo = $calendarInfo;
55 return $this->calendarInfo['uri'];
73 return $this->caldavBackend->updateCalendar($this->calendarInfo['id'], $propPatch);
87 foreach ($this->calendarInfo as $propName => $propValue) {
90 $response[$propName] = $this->calendarInfo[$propName];
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']);
247 return $this->calendarInfo['principaluri'];
301 if (empty($this->calendarInfo['{http://sabredav.org/ns}read-only'])) {
346 if (empty($this->calendarInfo['{http://sabredav.org/ns}read-only'])) {
427 return $this->caldavBackend->calendarQuery($this->calendarInfo['id'], $filters);
444 isset($this->calendarInfo['{DAV:}sync-token'])
446 return $this->calendarInfo['{DAV:}sync-token'];
450 isset($this->calendarInfo['{http://sabredav.org/ns}sync-token'])
452 return $this->calendarInfo['{http://sabredav.org/ns}sync-token'];
519 $this->calendarInfo['id'],