Calendaring Extensions to WebDAV (CalDAV)
Voir toute la rfc dans une seule page
Page : 80 / 107
Télécharger le PDF
Auteur(s) :
C. Daboo,
L. Dusseault,
B. Desruisseaux
Classé sous :
Http,
Icalendar,
Itip,
Webdav,
Ical,
Calsched,
Calsch,
Calcav,
Calendar,
Calendaring,
Scheduling,
Text/calendar
RFC 4791 CalDAV March 2007
Note: The iCalendar data embedded within the CALDAV:calendar-data
XML element MUST follow the standard XML character data encoding
rules, including use of <, >, & etc. entity encoding or
the use of a <![CDATA[ ... ]]> construct. In the later case, the
iCalendar data cannot contain the character sequence "]]>", which
is the end delimiter for the CDATA section.
Definition:
<!ELEMENT calendar-data EMPTY>
when nested in the CALDAV:supported-calendar-data property
to specify a supported media type for calendar object
resources;
<!ELEMENT calendar-data (comp?,
(expand | limit-recurrence-set)?,
limit-freebusy-set?)>
when nested in the DAV:prop XML element in a calendaring
REPORT request to specify which parts of calendar object
resources should be returned in the response;
<!ELEMENT calendar-data (#PCDATA)>
PCDATA value: iCalendar object
when nested in the DAV:prop XML element in a calendaring
REPORT response to specify the content of a returned
calendar object resource.
<!ATTLIST calendar-data content-type CDATA "text/calendar"
version CDATA "2.0">
content-type value: a MIME media type
version value: a version string
attributes can be used on all three variants of the
CALDAV:calendar-data XML element.
9.6.1. CALDAV:comp XML Element
Name: comp
Namespace: urn:ietf:params:xml:ns:caldav
Purpose: Defines which component types to return.
Daboo, et al. Standards Track [Page 80]