Home
last modified time | relevance | path

Searched refs:calendarPath (Results 1 – 4 of 4) sorted by last modified time

/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Schedule/
H A DPlugin.php270 * @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/davcal/vendor/sabre/dav/lib/CalDAV/
H A DPlugin.php440 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]);
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/
H A DPlugin.php455 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/webdav/vendor/sabre/dav/lib/CalDAV/Schedule/
H A DPlugin.php343 * @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);