2.2.4.2 t:ArrayOfCalendarItemsType Complex Type

The ArrayOfCalendarItemsType complex type specifies an array of calendar items that are returned in a search.<5>

 <xs:complexType name="ArrayOfCalendarItemsType">
   <xs:choice minOccurs="0" maxOccurs="unbounded">
     <xs:element name="CalendarItem" type="t:CalendarItemType"/>
   </xs:choice>
 </xs:complexType>

The following table describes the child element of the ArrayOfCalendarItemsType complex type.

Element

Type

Description

CalendarItem

t:CalendarItemType ([MS-OXWSMTGS] section 2.2.4.6)

A calendar item.