Home
last modified time | relevance | path

Searched refs:NS_CALDAV (Results 1 – 25 of 57) sorted by path

123

/plugin/davcal/
H A DcalendarBackendDokuwiki.php107 …'{' . CalDAV\Plugin::NS_CALDAV . '}supported-calendar-component-set' => new CalDAV\Xml\Property\Su…
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Backend/
H A DPDO.php169 …'{' . CalDAV\Plugin::NS_CALDAV . '}supported-calendar-component-set' => new CalDAV\Xml\Property\Su…
170 …'{' . CalDAV\Plugin::NS_CALDAV . '}schedule-calendar-transp' => new CalDAV\Xml\Property\Sc…
223 $transp = '{' . CalDAV\Plugin::NS_CALDAV . '}schedule-calendar-transp';
262 $supportedProperties[] = '{' . CalDAV\Plugin::NS_CALDAV . '}schedule-calendar-transp';
269 case '{' . CalDAV\Plugin::NS_CALDAV . '}schedule-calendar-transp' :
984 …'{' . CalDAV\Plugin::NS_CALDAV . '}supported-calendar-component-set' => new CalDAV\Xml\Property\Su…
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/
H A DCalendar.php295 'privilege' => '{' . Plugin::NS_CALDAV . '}read-free-busy',
400 'privilege' => '{' . Plugin::NS_CALDAV . '}read-free-busy',
H A DICSExportPlugin.php96 …{DAV:}resourcetype']) || !$node['{DAV:}resourcetype']->is('{' . Plugin::NS_CALDAV . '}calendar')) {
172 $calDataProp = '{' . Plugin::NS_CALDAV . '}calendar-data';
231 $tzProp = '{' . Plugin::NS_CALDAV . '}calendar-timezone';
H A DPlugin.php32 const NS_CALDAV = 'urn:ietf:params:xml:ns:caldav'; define in Sabre\\CalDAV\\Plugin
180 $server->xml->namespaceMap[self::NS_CALDAV] = 'cal';
199 '{' . self::NS_CALDAV . '}max-resource-size',
200 '{' . self::NS_CALDAV . '}min-date-time',
201 '{' . self::NS_CALDAV . '}max-date-time',
202 '{' . self::NS_CALDAV . '}max-instances',
204 '{' . self::NS_CALDAV . '}calendar-home-set',
206 '{' . self::NS_CALDAV . '}calendar-data',
234 case '{' . self::NS_CALDAV . '}calendar-query' :
238 case '{' . self::NS_CALDAV . '}free-busy-query' :
[all …]
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Exception/
H A DInvalidComponentType.php30 $np = $doc->createElementNS(CalDAV\Plugin::NS_CALDAV, 'cal:supported-calendar-component');
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Schedule/
H A DInbox.php180 'privilege' => '{' . CalDAV\Plugin::NS_CALDAV . '}schedule-deliver-invite',
185 'privilege' => '{' . CalDAV\Plugin::NS_CALDAV . '}schedule-deliver-reply',
221 $ns = '{' . CalDAV\Plugin::NS_CALDAV . '}';
H A DOutbox.php106 'privilege' => '{' . CalDAV\Plugin::NS_CALDAV . '}schedule-query-freebusy',
111 'privilege' => '{' . CalDAV\Plugin::NS_CALDAV . '}schedule-post-vevent',
121 'privilege' => '{' . CalDAV\Plugin::NS_CALDAV . '}schedule-query-freebusy',
126 'privilege' => '{' . CalDAV\Plugin::NS_CALDAV . '}schedule-post-vevent',
174 'privilege' => '{' . CalDAV\Plugin::NS_CALDAV . '}schedule-query-freebusy',
177 'privilege' => '{' . CalDAV\Plugin::NS_CALDAV . '}schedule-post-vevent',
H A DPlugin.php59 const NS_CALDAV = 'urn:ietf:params:xml:ns:caldav'; define in Sabre\\CalDAV\\Schedule\\Plugin
108 $ns = '{' . self::NS_CALDAV . '}';
208 …$propFind->handle('{' . self::NS_CALDAV . '}schedule-outbox-URL', function() use ($principalUrl, $…
217 …$propFind->handle('{' . self::NS_CALDAV . '}schedule-inbox-URL', function() use ($principalUrl, $c…
232 $sccs = '{' . self::NS_CALDAV . '}supported-calendar-component-set';
255 $propFind->handle('{' . self::NS_CALDAV . '}calendar-user-type', function() {
375 $caldavNS = '{' . self::NS_CALDAV . '}';
564 $CUAS = '{' . self::NS_CALDAV . '}calendar-user-address-set';
636 … $acl && $acl->checkPrivileges($outboxPath, '{' . self::NS_CALDAV . '}schedule-query-freebusy');
667 $caldavNS = '{' . self::NS_CALDAV . '}';
[all …]
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Xml/Filter/
H A DCalendarData.php62 case '{' . Plugin::NS_CALDAV . '}expand' :
H A DCompFilter.php67 case '{' . Plugin::NS_CALDAV . '}comp-filter' :
70 case '{' . Plugin::NS_CALDAV . '}prop-filter' :
73 case '{' . Plugin::NS_CALDAV . '}is-not-defined' :
76 case '{' . Plugin::NS_CALDAV . '}time-range' :
H A DParamFilter.php63 case '{' . Plugin::NS_CALDAV . '}is-not-defined' :
66 case '{' . Plugin::NS_CALDAV . '}text-match' :
H A DPropFilter.php67 case '{' . Plugin::NS_CALDAV . '}param-filter' :
70 case '{' . Plugin::NS_CALDAV . '}is-not-defined' :
73 case '{' . Plugin::NS_CALDAV . '}time-range' :
82 case '{' . Plugin::NS_CALDAV . '}text-match' :
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Xml/Notification/
H A DInvite.php273 …$writer->writeElement('{' . CalDAV\Plugin::NS_CALDAV . '}supported-calendar-component-set', $this-…
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Xml/Property/
H A DScheduleCalendarTransp.php87 $writer->writeElement('{' . Plugin::NS_CALDAV . '}transparent');
90 $writer->writeElement('{' . Plugin::NS_CALDAV . '}opaque');
125 case '{' . Plugin::NS_CALDAV . '}opaque' :
128 case '{' . Plugin::NS_CALDAV . '}transparent' :
H A DSupportedCalendarComponentSet.php80 $writer->startElement('{' . Plugin::NS_CALDAV . '}comp');
116 if ($elem['name'] === '{' . Plugin::NS_CALDAV . '}comp') {
H A DSupportedCalendarData.php46 $writer->startElement('{' . Plugin::NS_CALDAV . '}calendar-data');
52 $writer->startElement('{' . Plugin::NS_CALDAV . '}calendar-data');
H A DSupportedCollationSet.php52 $writer->writeElement('{' . Plugin::NS_CALDAV . '}supported-collation', $collation);
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Xml/Request/
H A DCalendarMultiGetReport.php103 if (isset($elem['value']['{' . Plugin::NS_CALDAV . '}calendar-data'])) {
104 $newProps += $elem['value']['{' . Plugin::NS_CALDAV . '}calendar-data'];
H A DCalendarQueryReport.php108 if (isset($elem['value']['{' . Plugin::NS_CALDAV . '}calendar-data'])) {
109 $newProps += $elem['value']['{' . Plugin::NS_CALDAV . '}calendar-data'];
112 case '{' . Plugin::NS_CALDAV . '}filter' :
114 if ($subElem['name'] === '{' . Plugin::NS_CALDAV . '}comp-filter') {
128 …throw new BadRequest('The {' . Plugin::NS_CALDAV . '}filter element is required for this request');
H A DFreeBusyQueryReport.php61 $timeRange = '{' . Plugin::NS_CALDAV . '}time-range';
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Backend/
H A DMock.php76 …'{' . CalDAV\Plugin::NS_CALDAV . '}supported-calendar-component-set' => new CalDAV\Xml\Property\Su…
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/
H A DCalendarTest.php212 'privilege' => '{' . Plugin::NS_CALDAV . '}read-free-busy',
245 '{' . Plugin::NS_CALDAV . '}read-free-busy',
H A DFreeBusyReportTest.php82 …'{' . Plugin::NS_CALDAV . '}calendar-timezone' => "BEGIN:VCALENDAR\r\nBEGIN:VTIMEZONE\r\nTZID:Euro…
H A DPluginTest.php459 '{' . Plugin::NS_CALDAV . '}calendar-home-set',

123