2.2.5.17 t:LegacyFreeBusyType Simple Type
The LegacyFreeBusyType simple type specifies the free/busy status for calendar items and meeting requests. The LegacyFreeBusyType simple type extends the xs:string data type ([XMLSCHEMA2] section 3.2.1).
-
<xs:simpleType name="LegacyFreeBusyType"> <xs:restriction base="xs:string"> <xs:enumeration value="Busy"/> <xs:enumeration value="Free"/> <xs:enumeration value="NoData"/> <xs:enumeration value="OOF"/> <xs:enumeration value="Tentative"/> <xs:enumeration value="WorkingElsewhere"/> </xs:restriction> </xs:simpleType>
The values that are defined by the LegacyFreeBusyType simple type are listed in the following table.
Value |
Meaning |
---|---|
Busy |
Specifies the status as busy. |
Free |
Specifies the status as free. |
NoData |
Specifies that there is no data for that recipient. |
OOF |
Specifies the status as Out of Office (OOF). |
Tentative |
Specifies the status as tentative. |
WorkingElsewhere |
Specifies the status as working outside the office.<117> |