Searched refs:calendarPath (Results 1 – 4 of 4) sorted by relevance
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Schedule/ |
H A D | Plugin.php | 270 * @param mixed $calendarPath Path to calendar collection 275 …estInterface $request, ResponseInterface $response, VCalendar $vCal, $calendarPath, &$modified, $i… argument 281 $calendarNode = $this->server->tree->getNodeForPath($calendarPath); 418 $calendarPath = $result[$caldavNS . 'schedule-default-calendar-URL']->getHref(); 477 $calendar = $this->server->tree->getNodeForPath($calendarPath);
|
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Schedule/ |
H A D | Plugin.php | 343 * @param mixed $calendarPath Path to calendar collection 348 …estInterface $request, ResponseInterface $response, VCalendar $vCal, $calendarPath, &$modified, $i… argument 354 $calendarNode = $this->server->tree->getNodeForPath($calendarPath); 496 $calendarPath = $result[$caldavNS . 'schedule-default-calendar-URL']->getHref(); 555 $calendar = $this->server->tree->getNodeForPath($calendarPath);
|
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/ |
H A D | Plugin.php | 455 list($calendarPath) = Uri\split($uri); 456 if (!isset($timeZones[$calendarPath])) { 459 $tzResult = $this->server->getProperties($calendarPath, [$tzProp]); 469 $timeZones[$calendarPath] = $timeZone; 472 …ct = $vObject->expand($report->expand['start'], $report->expand['end'], $timeZones[$calendarPath]);
|
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/ |
H A D | Plugin.php | 440 list($calendarPath) = Uri\split($uri); 441 if (!isset($timeZones[$calendarPath])) { 444 $tzResult = $this->server->getProperties($calendarPath, [$tzProp]); 454 $timeZones[$calendarPath] = $timeZone; 457 … $vObject->expand($report->expand['start'], $report->expand['end'], $timeZones[$calendarPath]);
|