Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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. |