-
Notifications
You must be signed in to change notification settings - Fork 3
urn:ietf:params:xml:ns:caldav:calendar description
Marten Gajda edited this page Aug 16, 2015
·
5 revisions
###Purpose
Provides a human-readable description of the calendar collection.
###Value String
###Conformance
This property MAY be defined on any calendar collection. If defined, it MAY be protected and SHOULD NOT be returned by a PROPFIND DAV::allprop request (as defined in Section 12.14.1 of RFC 2518). An xml:lang attribute indicating the human language of the description SHOULD be set for this property by clients or through server provisioning. Servers MUST return any xml:lang attribute if set for the property.
###Description
If present, the property contains a description of the calendar collection that is suitable for presentation to a user. If not present, the client should assume no description for the calendar collection.
<!ELEMENT calendar-description (#PCDATA)>
PCDATA value: string
###Example
<C:calendar-description xml:lang="fr-CA"
xmlns:C="urn:ietf:params:xml:ns:caldav"
>Calendrier de Mathilde Desruisseaux</C:calendar-description>