Skip to content

urn:ietf:params:xml:ns:carddav:addressbook home set

Marten Gajda edited this page Aug 16, 2015 · 4 revisions

###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.

DTD

<!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>
Clone this wiki locally