-
Notifications
You must be signed in to change notification settings - Fork 3
urn:ietf:params:xml:ns:carddav:addressbook description
Marten Gajda edited this page Aug 16, 2015
·
4 revisions
###Purpose
Provides a human-readable description of the address book collection.
###Value
Any text.
###Protected
SHOULD NOT be protected so that users can specify a description.
###COPY/MOVE behavior
This property value SHOULD be preserved in COPY and MOVE operations.
###Allprop behavior
SHOULD NOT be returned by a PROPFIND DAV:allprop request.
###Description
This property contains a description of the address book collection that is suitable for presentation to a user. The xml:lang attribute can be used to add a language tag for the value of this property.
<!ELEMENT addressbook-description (#PCDATA)>
<!-- PCDATA value: string -->
###Example
<C:addressbook-description xml:lang="fr-CA"
xmlns:C="urn:ietf:params:xml:ns:carddav"
>Adresses de Oliver Daboo</C:addressbook-description>