IsRecurring

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
CalendarItem
Represents an Exchange calendar item.
MeetingRequest
Represents a meeting request in the Exchange store.
Task
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

Element Example
Namespace
https://schemas.microsoft.com/exchange/services/2006/types
Schema name
Types schema
Validation file
Types.xsd
Can be empty
False

See also

TaskType.IsRecurring

CalendarEventDetails.IsRecurring

CalendarItemType.IsRecurring

MeetingRequestMessageType.IsRecurring

CalendarItemType.IsRecurringSpecified

MeetingRequestMessageType.IsRecurringSpecified

TaskType.IsRecurringSpecified