CalendarPermissionReadAccessType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The CalendarPermissionReadAccessType enumeration specifies whether a user has permission to read items in a Calendar folder.
public enum class CalendarPermissionReadAccessType
public enum CalendarPermissionReadAccessType
Public Enum CalendarPermissionReadAccessType
- Inheritance
-
CalendarPermissionReadAccessType
Fields
Name | Value | Description |
---|---|---|
None | 0 | The user does not have permission to view items in the calendar. |
TimeOnly | 1 | The user has permission to view only free/busy time in the calendar. |
TimeAndSubjectAndLocation | 2 | The user has permission to view free/busy time in the calendar and the subject and location of appointments. |
FullDetails | 3 | The user has permission to view all items in the calendar, including free/busy time and subject, location, and details of appointments. |
Remarks
This enumeration is used by the ReadItems (CalendarPermissionType) property of the CalendarPermissionType object and by the SharingEffectiveRights (CalendarPermissionReadAccessType) property of the CalendarFolderType object.