2.2.5.5 t:CalendarPermissionReadAccessType Simple Type
The CalendarPermissionReadAccessType simple type specifies the permissions a user has to view items in a Calendar folder that is being shared.
-
<xs:simpleType name="CalendarPermissionReadAccessType"> <xs:restriction base="xs:string" > <xs:enumeration value="None" /> <xs:enumeration value="TimeOnly" /> <xs:enumeration value="TimeAndSubjectAndLocation" /> <xs:enumeration value="FullDetails" /> </xs:restriction> </xs:simpleType>
The following table lists the xs:string ([XMLSCHEMA2]) enumeration values that are defined by the CalendarPermissionReadAccessType simple type.
Value |
Meaning |
---|---|
None |
The user does not have permission to view items in the calendar. |
TimeOnly |
The user has permission to view only free/busy time in the calendar. |
TimeAndSubjectAndLocation |
The user has permission to view free/busy time in the calendar and the subject and location of appointments. |
FullDetails |
The user has permission to view all items in the calendar, including free/busy time and subject, location, and details of appointments. |