The effective access role that the authenticated user has on the calendar.
Namespace:
Aspose.Email.Clients.Google
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
SyntaxPublic Enumeration AccessRole
public enum class AccessRole
Members
| Member name | Value | Description |
---|
| none | 0 |
Not defined
|
| freeBusyReader | 1 |
Provides read access to free/busy information.
|
| reader | 2 |
Provides read access to the calendar.
Private events will appear to users with reader access, but event details will be hidden.
|
| writer | 3 |
Provides read and write access to the calendar.
Private events will appear to users with writer access, and event details will be visible.
|
| owner | 4 |
Provides ownership of the calendar.
This role has all of the permissions of the writer role with the additional ability to see and manipulate ACLs.
|
See Also