-
Notifications
You must be signed in to change notification settings - Fork 3
urn:ietf:params:xml:ns:carddav:principal address
###Purpose
Identifies the URL of an address object resource that corresponds to the user represented by the principal.
###Protected
MAY be protected if the server provides a fixed location for principal addresses.
###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:principal-address property is meant to allow users to easily find contact information for users represented by principals on the system. This property specifies the URL of the resource containing the corresponding contact information. The resource could be an address object resource in an address book collection, or it could be a resource in a "regular" collection.
<!ELEMENT principal-address (DAV:href)>
###Example
<C:principal-address xmlns:D="DAV:"
xmlns:C="urn:ietf:params:xml:ns:carddav">
<D:href>/system/cyrus.vcf</D:href>
</C:principal-address>