Skip to content

urn:ietf:params:xml:ns:caldav:max instances

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

###Purpose

Provides a numeric value indicating the maximum number of recurrence instances that a calendar object resource stored in a calendar collection can generate.

###Value A numeric value (integer greater than zero)

###Conformance

This property MAY be defined on any calendar collection. If defined, it MUST 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:max-instances is used to specify a numeric value that indicates the maximum number of recurrence instances that a calendar object resource stored in a calendar collection can generate. Any attempt to store a calendar object resource with a recurrence pattern that generates more instances than this value MUST result in an error, with the CALDAV:max-instances precondition (Section 5.3.2.1) being violated. In the absence of this property, the client can assume that the server has no limits on the number of recurrence instances it can handle or expand.

DTD

<!ELEMENT  max-instances (#PCDATA)>
PCDATA value: a numeric value (integer greater than zero)

###Example

<C:max-instances xmlns:C="urn:ietf:params:xml:ns:caldav"
    >100</C:max-instances>
Clone this wiki locally