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 CalendarViewType complex type represents the settings that are used to return calendar items in the specified range as they appear in a calendar. This complex type extends the BasePagingType complex type, as specified in [MS-OXWSSRCH] section 2.2.4.5.
-
<xs:complexType name="CalendarViewType"> <xs:complexContent> <xs:extension base="t:BasePagingType" > <xs:attribute name="StartDate" type="xs:dateTime" use="required" /> <xs:attribute name="EndDate" type="xs:dateTime" use="required" /> </xs:extension> </xs:complexContent> </xs:complexType>
The following table lists the attributes of the CalendarViewType complex type.
|
Attribute name |
Type |
Description |
|---|---|---|
|
StartDate |
xs:dateTime ([XMLSCHEMA2]) |
Contains the start of the time span for a Calendar view. |
|
EndDate |
xs:dateTime |
Contains the end of the time span for a Calendar view. |