Skip to content

Latest commit

 

History

History
75 lines (51 loc) · 2.14 KB

File metadata and controls

75 lines (51 loc) · 2.14 KB
title manager ms.date ms.audience ms.topic ms.service ms.technology ms.localizationpriority api_name api_type ms.assetid description
ConflictingMeetings
sethgros
09/17/2015
Developer
reference
office-online-server
ews
medium
ConflictingMeetings
schema
cfff7a11-7b3a-4995-9815-afedd45ebb0f
The ConflictingMeetings element identifies all calendar items that conflict with a meeting time.

ConflictingMeetings

The ConflictingMeetings element identifies all calendar items that conflict with a meeting time.

<ConflictingMeetings>
   <CalendarItem/>
</ConflictingMeetings>

NonEmptyArrayOfAllItemsType

Attributes and elements

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

Attributes

None.

Child elements

Element Description
CalendarItem
Represents an Exchange calendar item.

Parent elements

Element Description
MeetingRequest
Represents a meeting request in the Exchange store.
CalendarItem
Represents an Exchange calendar item.

Remarks

If this element is used, it must contain one or more child elements.

The schema that describes this element is located in the EWS virtual directory of the computer that is running Microsoft Exchange Server 2010 that has the Client Access server role installed.

Note

Although additional child elements are valid per the schema, the CalendarItem element is the only child element that Exchange Web Services (EWS) will return within the ConflictingMeetings element. This topic does not list child elements that are valid per the schema but will not be returned by EWS.

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