IsRecurring
Last modified: March 16, 2009
Applies to: Exchange Server 2007 | Exchange Server 2010
The IsRecurring element indicates whether a calendar item, meeting request, or task is part of a recurring item. This element is read-only.
<IsRecurring/>
Boolean
Attributes and Elements
The following sections describe attributes, child elements, and parent elements.
Attributes
None.
Child Elements
None.
Parent Elements
Element |
Description |
---|---|
Represents an Exchange calendar item. |
|
Represents a meeting request in the Exchange store. |
|
Represents a task in the Exchange store. |
Text Value
A text value that represents a Boolean value is required.
Remarks
The following table shows how the IsRecurring property is set for different calendar item types for organizers and attendees and for meeting requests and updates.
CalendarItem Type |
Organizer (IsRecurring) |
Attendee (IsRecurring) |
Meeting request/update (IsRecurring) |
---|---|---|---|
Single Occurrence |
FALSE |
FALSE |
FALSE |
Recurring Master |
FALSE |
TRUE |
TRUE |
Recurring Exception |
TRUE |
TRUE |
TRUE |
The IsRecurring property value that is set for recurring master calendar items for the organizer is incorrect; this value should be set to TRUE.
Note
The GetUserAvailability operation also has an IsRecurring (CalendarEventDetails) element.
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 Information
Namespace |
https://schemas.microsoft.com/exchange/services/2006/types |
Schema name |
Types schema |
Validation file |
Types.xsd |
Can be empty |
False |
See Also