Skip to content

urn:ietf:params:xml:ns:carddav:principal address

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

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

DTD

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