CalendarPermissionReadAccessType Enum

Definition

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

FullDetails 3

The user has permission to view all items in the calendar, including free/busy time and subject, location, and details of appointments.

None 0

The user does not have permission to view items in the calendar.

TimeAndSubjectAndLocation 2

The user has permission to view free/busy time in the calendar and the subject and location of appointments.

TimeOnly 1

The user has permission to view only free/busy time in the calendar.

Remarks

This enumeration is used by the ReadItems (CalendarPermissionType) property of the CalendarPermissionType object and by the SharingEffectiveRights (CalendarPermissionReadAccessType) property of the CalendarFolderType object.

Applies to