CalendarContract.CalendarAlerts.InterfaceConsts Class

Definition

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

AlarmTime

The alarm time of the event, in UTC.

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.

Begin

The start time of the event, in UTC.

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.

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.

Count

The count of rows in a directory.

CreationTime

The creation time of this database entry, in UTC.

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.

DefaultSortOrder

The default sort order for this alerts queries

Description

The description of the event.

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.

End

The end time of the event, in UTC.

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.

EventId

The event that the alert belongs to.

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.

Minutes

The number of minutes that this alarm precedes the start time.

NotifyTime

The time that the notification was created by the Calendar app, in UTC.

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.

ReceivedTime

The time that the alarm broadcast was received by the Calendar app, in UTC.

Rrule

The recurrence rule for the event.

SelfAttendeeStatus

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

State

The state of this alert.

StateDismissed
Obsolete.

Once the user has dismissed the notification the alert's state should be set to dismissed so it is not fired again.

StateFired
Obsolete.

After a notification for an alert has been created it should be updated to fired.

StateScheduled
Obsolete.

An alert begins in this state when it is first created.

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.

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