public final class AccessRole
extends com.aspose.ms.System.Enum
The effective access role that the authenticated user has on the calendar.
Modifier and Type | Field and Description |
---|---|
static int |
freeBusyReader
Provides read access to free/busy information.
|
static int |
none
Not defined
|
static int |
owner
Provides ownership of the calendar.
|
static int |
reader
Provides read access to the calendar.
|
static int |
writer
Provides read and write access to the calendar.
|
Clone, CloneTo, format, format, get_Caption, get_Value, getName, getName, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, isDefined, isDefined, isDefined, isDefined, parse, parse, parse, parse, register, toObject, toString
public static final int none
Not defined
public static final int freeBusyReader
Provides read access to free/busy information.
public static final int reader
Provides read access to the calendar. Private events will appear to users with reader access, but event details will be hidden.
public static final int writer
Provides read and write access to the calendar. Private events will appear to users with writer access, and event details will be visible.
public static final int owner
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.