Range
The Range element specifies a range of calendar item occurrences for a repeating calendar item.
XML
<Range Start="" End="" Count="" CompareOriginalStartTime=""/>
OccurrencesRangeType
The following sections describe attributes, child elements, and parent elements.
Attribute | Description |
---|---|
Start |
The text value of the Start attribute is the start date of the recurring item range. This is a dateTime value. |
End |
The text value of the End attribute is the end date of the recurring item range. This is a dateTime value. |
Count |
The text value of the Count attribute is the number of occurrences of the recurring item. This is an integer value. |
CompareOriginalStartTime |
The text value of true for the CompareOriginalStartTime attribute indicates that the client should compare the original start time with the new start time. A value of false indicates that the client does not need to compare the original start time with the new start time. |
None.
This element was introduced in Exchange Server 2013.
The schema that describes this element is located in the IIS virtual directory that hosts Exchange Web Services.
Name | Value |
---|---|
Namespace |
http://schemas.microsoft.com/exchange/services/2006/types |
Schema name |
Types schema |
Validation file |
Types.xsd |
Can be empty |