Skip to content

urn:ietf:params:xml:ns:caldav:max resource size

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

###Purpose

Provides a numeric value indicating the maximum size of a resource in octets that the server is willing to accept when a calendar object resource is stored in a calendar collection.

###Value A numeric value (positive integer)

###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-resource-size is used to specify a numeric value that represents the maximum size in octets that the server is willing to accept when a calendar object resource is stored in a calendar collection. Any attempt to store a calendar object resource exceeding this size MUST result in an error, with the CALDAV:max-resource-size precondition (Section 5.3.2.1) being violated. In the absence of this property, the client can assume that the server will allow storing a resource of any reasonable size.

DTD

<!ELEMENT max-resource-size (#PCDATA)>
PCDATA value: a numeric value (positive integer)

###Example

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