-
Notifications
You must be signed in to change notification settings - Fork 3
urn:ietf:params:xml:ns:caldav:calendar home set
###Purpose
Identifies the URL of any WebDAV collections that contain calendar collections owned by the associated principal resource.
A list of DAV::href elements.
###Conformance
This property SHOULD be defined on a principal resource. If defined, it MAY be protected and SHOULD NOT be returned by a PROPFIND DAV:allprop request (as defined in Section 12.14.1 of RFC 2518).
###Description
The CALDAV:calendar-home-set property is meant to allow users to easily find the calendar collections owned by the principal. Typically, users will group all the calendar collections that they own under a common collection. This property specifies the URL of collections that are either calendar collections or ordinary collections that have child or descendant calendar collections owned by the principal.
<!ELEMENT calendar-home-set (DAV:href*)>
###Example
<C:calendar-home-set xmlns:D="DAV:"
xmlns:C="urn:ietf:params:xml:ns:caldav">
<D:href>http://cal.example.com/home/bernard/calendars/</D:href>
</C:calendar-home-set>