Support addressbook-home-set WebDAV property
Status: Beta
Brought to you by:
whitemice
Namespace urn:ietf:params:xml:ns:carddav property addressbook-home-set
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 either are address book collections or ordinary collections that have child or descendant address book collections owned by the principal.
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>
Initial implmentation in the whitemice-folderrefactor branch as of r4233 (098ee99861ba)