CalendarContract.Events.InterfaceConsts Class

Definition

public static class CalendarContract.Events.InterfaceConsts
type CalendarContract.Events.InterfaceConsts = class
Inheritance
CalendarContract.Events.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

AccessConfidential
Obsolete.

Confidential is not used by the app.

AccessDefault
Obsolete.

Default access is controlled by the server and will be treated as public on the device.

AccessLevel

Defines how the event shows up for others when the calendar is shared.

AccessPrivate
Obsolete.

Private shares the event as a free/busy slot with no details.

AccessPublic
Obsolete.

Public makes the contents visible to anyone with access to the calendar.

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.

AllDay

Is the event all day (time zone independent).

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 "#,#,#".

Availability

If this event counts as busy time or is still free time that can be scheduled over.

AvailabilityBusy
Obsolete.

Indicates that this event takes up time and will conflict with other events.

AvailabilityFree
Obsolete.

Indicates that this event is free time and will not conflict with other events.

AvailabilityTentative
Obsolete.

Indicates that the owner's availability may change, but should be considered busy time that will conflict.

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.

CalendarId

The Calendars#_ID of the calendar the event belongs to.

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.

CanInviteOthers

Whether the user can invite others to the event.

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.

CustomAppPackage

The package name of the custom app that can provide a richer experience for the event.

CustomAppUri

The URI used by the custom app for the event.

Deleted

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

Description

The description of the event.

Dirty

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

DisplayColor

This will be #EVENT_COLOR if it is not null; otherwise, this will be Calendars#CALENDAR_COLOR.

Dtend

The time the event ends in UTC millis since epoch.

Dtstart

The time the event starts in UTC millis since epoch.

Duration

The duration of the event in RFC2445 format.

EventColor

A secondary color for the individual event.

EventColorKey

A secondary color key for the individual event.

EventEndTimezone

The timezone for the end time of the event.

EventLocation

Where the event takes place.

EventTimezone

The timezone for the event.

Exdate

The recurrence exception dates for the event.

Exrule

The recurrence exception rule for the event.

GuestsCanInviteOthers

Whether guests can invite other guests.

GuestsCanModify

Whether guests can modify the event.

GuestsCanSeeGuests

Whether guests can see the list of attendees.

HasAlarm

Whether the event has an alarm or not.

HasAttendeeData

Whether the event has attendee information.

HasExtendedProperties

Whether the event has extended properties or not.

Id

The unique ID for a row.

IsOrganizer

Are we the organizer of this event.

IsPrimary

Is this the primary calendar for this account.

LastDate

The last date this event repeats on, or NULL if it never ends.

LastSynced

Used to indicate that a row is not a real event but an original copy of a locally modified event.

MaxReminders

The maximum number of reminders allowed for an event.

Mutators

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

Organizer

Email of the organizer (owner) of the event.

OriginalAllDay

The allDay status (true or false) of the original recurring event for which this event is an exception.

OriginalId

The Events#_ID of the original recurring event for which this event is an exception.

OriginalInstanceTime

The original instance time of the recurring event for which this event is an exception.

OriginalSyncId

The _sync_id of the original recurring event for which this event is an exception.

OwnerAccount

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

Rdate

The recurrence dates for the event.

Rrule

The recurrence rule for the event.

SelfAttendeeStatus

This is a copy of the attendee status for the owner of this event.

Status

The event status.

StatusCanceled
StatusConfirmed
StatusTentative
SyncData1

This column is available for use by sync adapters.

SyncData10

This column is available for use by sync adapters.

SyncData2

This column is available for use by sync adapters.

SyncData3

This column is available for use by sync adapters.

SyncData4

This column is available for use by sync adapters.

SyncData5

This column is available for use by sync adapters.

SyncData6

This column is available for use by sync adapters.

SyncData7

This column is available for use by sync adapters.

SyncData8

This column is available for use by sync adapters.

SyncData9

This column is available for use by sync adapters.

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.

Title

The title of the event.

Uid2445

The UID for events added from the RFC 2445 iCalendar format.

Visible

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

Applies to