CalendarContract.Calendars.InterfaceConsts Class

Definition

public static class CalendarContract.Calendars.InterfaceConsts
type CalendarContract.Calendars.InterfaceConsts = class
Inheritance
CalendarContract.Calendars.InterfaceConsts

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.

Fields

AccountName

The account that was used to sync the entry to the device.

AccountType

The type of the account that was used to sync the entry to the device.

AllowedAttendeeTypes

A comma separated list of attendee types supported for this calendar in the format "#,#,#".

AllowedAvailability

A comma separated list of availability types supported for this calendar in the format "#,#,#".

AllowedReminders

A comma separated list of reminder methods supported for this calendar in the format "#,#,#".

CalAccessContributor
Obsolete.

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

CalAccessEditor
Obsolete.

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

CalAccessFreebusy
Obsolete.

Can only see free/busy information about the calendar

CalAccessNone
Obsolete.

Cannot access the calendar

CalAccessOverride
Obsolete.

not used

CalAccessOwner
Obsolete.

Full access to the calendar

CalAccessRead
Obsolete.

Can read all event details

CalAccessRespond
Obsolete.

Can reply yes/no/maybe to an event

CalAccessRoot
Obsolete.

Domain admin

CalendarAccessLevel

The level of access that the user has for the calendar

CalendarColor

The color of the calendar.

CalendarColorKey

A key for looking up a color from the Colors table.

CalendarDisplayName

The display name of the calendar.

CalendarTimeZone

The time zone the calendar is associated with.

CalSync1

Generic column for use by sync adapters.

CalSync10

Generic column for use by sync adapters.

CalSync2

Generic column for use by sync adapters.

CalSync3

Generic column for use by sync adapters.

CalSync4

Generic column for use by sync adapters.

CalSync5

Generic column for use by sync adapters.

CalSync6

Generic column for use by sync adapters.

CalSync7

Generic column for use by sync adapters.

CalSync8

Generic column for use by sync adapters.

CalSync9

Generic column for use by sync adapters.

CanModifyTimeZone

Can the organizer modify the time zone of the event? Column name.

CanOrganizerRespond

Can the organizer respond to the event? If no, the status of the organizer should not be shown by the UI.

CanPartiallyUpdate

If set to 1 this causes events on this calendar to be duplicated with Events#LAST_SYNCED set to 1 whenever the event transitions from non-dirty to dirty.

Count

The count of rows in a directory.

Deleted

Whether the row has been deleted but not synced to the server.

Dirty

Used to indicate that local, unsynced, changes are present.

Id

The unique ID for a row.

IsPrimary

Is this the primary calendar for this account.

MaxReminders

The maximum number of reminders allowed for an event.

Mutators

Used in conjunction with #DIRTY to indicate what packages wrote local changes.

OwnerAccount

The owner account for this calendar, based on the calendar feed.

SyncEvents

Is this calendar synced and are its events stored on the device? 0 - Do not sync this calendar or store events for this calendar.

SyncId

The unique ID for a row assigned by the sync source.

Visible

Is the calendar selected to be displayed? 0 - do not show events associated with this calendar.

Applies to