-
Notifications
You must be signed in to change notification settings - Fork 3
urn:ietf:params:xml:ns:carddav:addressbook home set
###Purpose
Identifies the URL of any WebDAV collections that contain address book collections owned by the associated principal resource.
###Protected
MAY be protected if the server has fixed locations in which address books are created.
###COPY/MOVE behavior
This property value MUST be preserved in COPY and MOVE operations.
###Allprop behavior
SHOULD NOT be returned by a PROPFIND DAV:allprop request.
###Description
The CARDDAV:addressbook-home-set property is meant to allow users to easily find the address book collections owned by the principal. Typically, users will group all the address book collections that they own under a common collection. This property specifies the URL of collections that are either address book collections or ordinary collections that have child or descendant address book collections owned by the principal.
<!ELEMENT addressbook-home-set (DAV:href*)>
###Example
<C:addressbook-home-set xmlns:D="DAV:"
xmlns:C="urn:ietf:params:xml:ns:carddav">
<D:href>/bernard/addresses/</D:href>
</C:addressbook-home-set>