2.2.4.8 t:ConsumerCalendarIdType
The ConsumerCalendarIdType complex type specifies the identifier of a consumer calendar folder.<6> This complex type extends the BaseFolderIdType complex type, as specified in section 2.2.4.4.
-
<xs:complexType name="ConsumerCalendarIdType"> <xs:complexContent> <xs:extension base="t:BaseFolderIdType"> <xs:attribute name="OwnerPuid" type="xs:long" use="required"/> <xs:attribute name="OwnerCid" type="xs:long" use="optional"/> <xs:attribute name="CalendarGuid" type="t:GuidType" use="required"/> </xs:extension> </xs:complexContent> </xs:complexType>
The following table lists the attributes of the ConsumerCalendarIdType complex type.
Element Name |
Type |
Description |
---|---|---|
OwnerPuid |
xs:Long ([XMLSCHEMA2] ) |
Specifies the PUID of the folder owner. |
OwnerCid |
xs:Long |
Specifies the contact identifier (CID) of the folder owner. |
CalendarGuid |
t:GuidType ([MS-OXWSXPROP] section 2.1.7) |
Specifies the GUID of the calendar. |