Recurrence (RecurrenceType)
The Recurrence element contains the recurrence pattern for calendar items and meeting requests.
XML
<Recurrence>
<RelativeYearlyRecurrence/>
<NoEndRecurrence/>
</Recurrence>
XML
<Recurrence>
<AbsoluteMonthlyRecurrence/>
<NoEndRecurrence/>
</Recurrence>
XML
<Recurrence>
<RelativeMonthlyRecurrence/>
<NumberedRecurrence/>
</Recurrence>
XML
<Recurrence>
<RelativeYearlyRecurrence/>
<EndDateRecurrence/>
</Recurrence>
XML
<Recurrence>
<RelativeYearlyRecurrence/>
<NumberedRecurrence/>
</Recurrence>
XML
<Recurrence>
<WeeklyRecurrence/>
<EndDateRecurrence/>
</Recurrence>
XML
<Recurrence>
<DailyRecurrence/>
<NoEndRecurrence/>
</Recurrence>
XML
<Recurrence>
<AbsoluteYearlyRecurrence/>
<NoEndRecurrence/>
</Recurrence>
XML
<Recurrence>
<DailyRecurrence/>
<EndDateRecurrence/>
</Recurrence>
XML
<Recurrence>
<AbsoluteYearlyRecurrence/>
<NumberedRecurrence/>
</Recurrence>
XML
<Recurrence>
<DailyRecurrence/>
<NumberedRecurrence/>
</Recurrence>
XML
<Recurrence>
<AbsoluteMonthlyRecurrence/>
<EndDateRecurrence/>
</Recurrence>
XML
<Recurrence>
<AbsoluteMonthlyRecurrence/>
<NumberedRecurrence/>
</Recurrence>
XML
<Recurrence>
<RelativeMonthlyRecurrence/>
<NoEndRecurrence/>
</Recurrence>
XML
<Recurrence>
<WeeklyRecurrence/>
<NoEndRecurrence/>
</Recurrence>
XML
<Recurrence>
<WeeklyRecurrence/>
<NumberedRecurrence/>
</Recurrence>
XML
<Recurrence>
<AbsoluteYearlyRecurrence/>
<EndDateRecurrence/>
</Recurrence>
XML
<Recurrence>
<RelativeMonthlyRecurrence/>
<EndDateRecurrence/>
</Recurrence>
RecurrenceType
The following sections describe attributes, child elements, and parent elements.
None.
Element | Description |
---|---|
RelativeYearlyRecurrence |
Describes a relative yearly recurrence pattern. |
AbsoluteYearlyRecurrence |
Represents a yearly recurrence pattern. |
RelativeMonthlyRecurrence |
Describes a relative monthly recurrence pattern for a recurring calendar item. |
AbsoluteMonthlyRecurrence |
Represents a monthly recurrence pattern. |
WeeklyRecurrence |
Describes the frequency, in weeks, and the days that a calendar item or task recurs. |
DailyRecurrence |
Describes the frequency, in days, in which a calendar item or task recurs. |
NoEndRecurrence |
Describes a recurrence pattern that does not have a defined end date. The use of this element excludes the use of the EndDateRecurrence and NumberedRecurrence elements. |
EndDateRecurrence |
Describes the start date and the end date of an item recurrence pattern. The use of this element excludes the use of the NoEndRecurrence and NumberedRecurrence elements. |
NumberedRecurrence |
Describes the start date and the number of occurrences of a recurring item. The use of this element excludes the use of the NoEndRecurrence and EndDateRecurrence elements. |
Element | Description |
---|---|
CalendarItem |
Represents an Exchange calendar item. |
MeetingRequest |
Represents a meeting request in the Exchange store |
This element is valid if CalendarItemType has the RecurringMaster value.
The schema that describes this element is located in the EWS virtual directory of the computer that is running MicrosoftExchange Server 2007 that has the Client Access server role installed.
Element | Example |
---|---|
Namespace |
http://schemas.microsoft.com/exchange/services/2006/types |
Schema name |
Types schema |
Validation file |
Types.xsd |
Can be empty |
False |