CalendarEvent

The CalendarEvent element represents a unique calendar item occurrence.

GetUserAvailabilityResponse

FreeBusyResponseArray

FreeBusyResponse

FreeBusyView

CalendarEventArray

CalendarEvent

<CalendarEvent>
   <StartTime>...</StartTime>
   <EndTime>...</EndTime>
   <BusyType>...</BusyType>
   <CalendarEventDetails>...</CalendarEventDetails>
</CalendarEvent>

CalendarEvent

Attributes and elements

The following sections describe attributes, child elements, and parent elements.

Attributes

None.

Child elements

Element Description
StartTime
Represents the start of a calendar event. This is a required child element.
EndTime
Represents the end of a calendar event. This is a required child element.
BusyType
Represents the free/busy status set for a calendar event. This is a required child element.
CalendarEventDetails
Provides additional information for a calendar event. This is an optional child element.

Parent elements

Element Description
CalendarEventArray
Contains a set of unique calendar item occurrences that represent the requested user's availability.
The following is the XPath 2.0 expression to this element:
/GetUserAvailabilityResponse/FreeBusyResponseArray/FreeBusyResponse/FreeBusyView/CalendarEventArray

Remarks

The appointment and meeting times are returned in the time zone of the client. All the child elements are listed in the sequence in which they occur. The level of detail provided by this element depends on the permissions granted to the requestor.

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

GetUserAvailability operation

GetUserAvailabilityResponse

Getting User Availability