CalendarRoleType
CalendarRoleType enumeration (8 values)
Represent sharing or delegating permission levels for the calendar.
| Value | Description |
|---|---|
| None | Calendar isn’t shared with the user. |
| FreeBusyRead | User is a recipient who can view free/busy status of the owner on the calendar. |
| LimitedRead | User is a recipient who can view free/busy status, and titles and locations of the events on the calendar. |
| Read | User is a recipient who can view all the details of the events on the calendar, except for the owner’s private events. |
| Write | User is a recipient who can view all the details (except for private events) and edit events on the calendar. |
| DelegateWithoutPrivateEventAccess | User is a delegate who has write access but can’t view information of the owner’s private events on the calendar. |
| DelegateWithPrivateEventAccess | User is a delegate who has write access and can view information of the owner’s private events on the calendar. |
| Custom | User has custom permissions to the calendar. |