CalendarEventDetails

The CalendarEventDetails element provides additional information about a calendar event.

GetUserAvailabilityResponse

FreeBusyResponseArray

FreeBusyResponse

FreeBusyView

CalendarEventArray

CalendarEvent

CalendarEventDetails

<CalendarEventDetails>
   <ID/>
   <Subject/>
   <Location/>
   <IsMeeting/>
   <IsRecurring/>
   <IsException/>
   <IsReminderSet/>
   <IsPrivate/>
</CalendarEventDetails>

CalendarEventDetails

Attributes and elements

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

Attributes

None.

Child elements

Element Description
ID
Represents the entry ID of the calendar item.
Subject (CalendarEventDetails)
Represents the subject of the calendar item.
Location (CalendarEventDetails)
Represents the location field of the calendar item.
IsMeeting (CalendarEventDetails)
Indicates whether the calendar event is a meeting or an appointment.
IsRecurring (CalendarEventDetails)
Indicates whether the calendar event is an instance of a recurring calendar item or a single calendar item.
IsException
Indicates whether an instance of a recurring calendar item is changed from the master.
IsReminderSet
Indicates whether a reminder has been set for the calendar event.
IsPrivate
Indicates whether the calendar item is private.

Parent elements

Element Description
CalendarEvent
Represents a unique calendar item occurrence.
The following is the XPath 2.0 expression to this element:
/GetUserAvailabilityResponse/FreeBusyResponseArray/FreeBusyResponse/FreeBusyView/CalendarEventArray/CalendarEvent[i]

Remarks

All the child elements are listed in the sequence in which they occur.

If the IsPrivate element is true, all the other elements in the CalendarEventDetails element are not returned in the response.

The GetUserAvailability operation does not return detailed caller information unless the caller has read access on the target user's calendar. You can set access permissions by using the Exchange Management Shell.

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 Description
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