CalendarAccess Enum

Definition

Enumerates values returned by several types.

public enum CalendarAccess
type CalendarAccess = 
Inheritance
CalendarAccess

Fields

Name Value Description
AccessNone 0

Cannot access the calendar

Android reference for android.provider.CalendarContract.CalendarColumns.CAL_ACCESS_NONE.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

AccessFreebusy 100

Can only see free/busy information about the calendar

Android reference for android.provider.CalendarContract.CalendarColumns.CAL_ACCESS_FREEBUSY.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

AccessRead 200

Can read all event details

Android reference for android.provider.CalendarContract.CalendarColumns.CAL_ACCESS_READ.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

AccessRespond 300

Can reply yes/no/maybe to an event

Android reference for android.provider.CalendarContract.CalendarColumns.CAL_ACCESS_RESPOND.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

AccessOverride 400

not used

Android reference for android.provider.CalendarContract.CalendarColumns.CAL_ACCESS_OVERRIDE.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

AccessContributor 500

Full access to modify the calendar, but not the access control settings

Android reference for android.provider.CalendarContract.CalendarColumns.CAL_ACCESS_CONTRIBUTOR.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

AccessEditor 600

Full access to modify the calendar, but not the access control settings

Android reference for android.provider.CalendarContract.CalendarColumns.CAL_ACCESS_EDITOR.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

AccessOwner 700

Full access to the calendar

Android reference for android.provider.CalendarContract.CalendarColumns.CAL_ACCESS_OWNER.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

AccessRoot 800

Domain admin

Android reference for android.provider.CalendarContract.CalendarColumns.CAL_ACCESS_ROOT.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to