2.2.4.22 t:OccurrenceInfoType Complex Type
The OccurrenceInfoType complex type represents a single occurrence of a recurring calendar item or meeting request.
-
<xs:complexType name="OccurrenceInfoType"> <xs:sequence> <xs:element name="ItemId" type="t:ItemIdType" /> <xs:element name="Start" type="xs:dateTime" /> <xs:element name="End" type="xs:dateTime" /> <xs:element name="OriginalStart" type="xs:dateTime" /> </xs:sequence> </xs:complexType>
The following table lists the child elements of the OccurrenceInfoType complex type.
Element name |
Type |
Description |
---|---|---|
ItemId |
t:ItemIdType ([MS-OXWSCORE] section 2.2.4.25) |
Contains the identifier of a modified occurrence of a recurring calendar item. |
Start |
xs:dateTime ([XMLSCHEMA2]) |
Contains the start time of a modified occurrence of a recurring calendar item. |
End |
xs:dateTime |
Contains the end time of a modified occurrence of a recurring calendar item. |
OriginalStart |
xs:dateTime |
Contains the original start time of a modified occurrence of a recurring calendar item. |