protected static interface CalendarContract.EventsColumns
Modifier and Type | Field and Description |
---|---|
static int |
ACCESS_CONFIDENTIAL
Confidential is not used by the app.
|
static int |
ACCESS_DEFAULT
Default access is controlled by the server and will be treated as
public on the device.
|
static String |
ACCESS_LEVEL
Defines how the event shows up for others when the calendar is
shared.
|
static int |
ACCESS_PRIVATE
Private shares the event as a free/busy slot with no details.
|
static int |
ACCESS_PUBLIC
Public makes the contents visible to anyone with access to the
calendar.
|
static String |
ALL_DAY
Is the event all day (time zone independent).
|
static String |
AVAILABILITY
If this event counts as busy time or is still free time that can be
scheduled over.
|
static int |
AVAILABILITY_BUSY
Indicates that this event takes up time and will conflict with other
events.
|
static int |
AVAILABILITY_FREE
Indicates that this event is free time and will not conflict with
other events.
|
static int |
AVAILABILITY_TENTATIVE
Indicates that the owner's availability may change, but should be
considered busy time that will conflict.
|
static String |
CALENDAR_ID
The
BaseColumns._ID of the calendar the event belongs to. |
static String |
CAN_INVITE_OTHERS
Whether the user can invite others to the event.
|
static String |
CUSTOM_APP_PACKAGE
The package name of the custom app that can provide a richer
experience for the event.
|
static String |
CUSTOM_APP_URI
The URI used by the custom app for the event.
|
static String |
DESCRIPTION
The description of the event.
|
static String |
DISPLAY_COLOR
This will be
EVENT_COLOR if it is not null; otherwise, this will be
CalendarContract.CalendarColumns.CALENDAR_COLOR . |
static String |
DTEND
The time the event ends in UTC millis since epoch.
|
static String |
DTSTART
The time the event starts in UTC millis since epoch.
|
static String |
DURATION
The duration of the event in RFC2445 format.
|
static String |
EVENT_COLOR
A secondary color for the individual event.
|
static String |
EVENT_COLOR_KEY
A secondary color key for the individual event.
|
static String |
EVENT_END_TIMEZONE
The timezone for the end time of the event.
|
static String |
EVENT_LOCATION
Where the event takes place.
|
static String |
EVENT_TIMEZONE
The timezone for the event.
|
static String |
EXDATE
The recurrence exception dates for the event.
|
static String |
EXRULE
The recurrence exception rule for the event.
|
static String |
GUESTS_CAN_INVITE_OTHERS
Whether guests can invite other guests.
|
static String |
GUESTS_CAN_MODIFY
Whether guests can modify the event.
|
static String |
GUESTS_CAN_SEE_GUESTS
Whether guests can see the list of attendees.
|
static String |
HAS_ALARM
Whether the event has an alarm or not.
|
static String |
HAS_ATTENDEE_DATA
Whether the event has attendee information.
|
static String |
HAS_EXTENDED_PROPERTIES
Whether the event has extended properties or not.
|
static String |
IS_ORGANIZER
Are we the organizer of this event.
|
static String |
LAST_DATE
The last date this event repeats on, or NULL if it never ends.
|
static String |
LAST_SYNCED
Used to indicate that a row is not a real event but an original copy of a locally
modified event.
|
static String |
ORGANIZER
Email of the organizer (owner) of the event.
|
static String |
ORIGINAL_ALL_DAY
The allDay status (true or false) of the original recurring event
for which this event is an exception.
|
static String |
ORIGINAL_ID
The
BaseColumns._ID of the original recurring event for which this
event is an exception. |
static String |
ORIGINAL_INSTANCE_TIME
The original instance time of the recurring event for which this
event is an exception.
|
static String |
ORIGINAL_SYNC_ID
The _sync_id of the original recurring event for which this event is
an exception.
|
static String |
RDATE
The recurrence dates for the event.
|
static String |
RRULE
The recurrence rule for the event.
|
static String |
SELF_ATTENDEE_STATUS
This is a copy of the attendee status for the owner of this event.
|
static String |
STATUS
The event status.
|
static int |
STATUS_CANCELED |
static int |
STATUS_CONFIRMED |
static int |
STATUS_TENTATIVE |
static String |
SYNC_DATA1
This column is available for use by sync adapters.
|
static String |
SYNC_DATA10
This column is available for use by sync adapters.
|
static String |
SYNC_DATA2
This column is available for use by sync adapters.
|
static String |
SYNC_DATA3
This column is available for use by sync adapters.
|
static String |
SYNC_DATA4
This column is available for use by sync adapters.
|
static String |
SYNC_DATA5
This column is available for use by sync adapters.
|
static String |
SYNC_DATA6
This column is available for use by sync adapters.
|
static String |
SYNC_DATA7
This column is available for use by sync adapters.
|
static String |
SYNC_DATA8
This column is available for use by sync adapters.
|
static String |
SYNC_DATA9
This column is available for use by sync adapters.
|
static String |
TITLE
The title of the event.
|
static String |
UID_2445
The UID for events added from the RFC 2445 iCalendar format.
|
static final String CALENDAR_ID
BaseColumns._ID
of the calendar the event belongs to.
Column name.
Type: INTEGER
static final String TITLE
Type: TEXT
static final String DESCRIPTION
Type: TEXT
static final String EVENT_LOCATION
Type: TEXT
static final String EVENT_COLOR
Type: INTEGER
static final String EVENT_COLOR_KEY
EVENT_COLOR
automatically when a valid key is written to
this column. The key must reference an existing row of the
CalendarContract.Colors
table. @see Colors
Type: TEXT
static final String DISPLAY_COLOR
EVENT_COLOR
if it is not null; otherwise, this will be
CalendarContract.CalendarColumns.CALENDAR_COLOR
.
Read-only value. To modify, write to EVENT_COLOR
or
CalendarContract.CalendarColumns.CALENDAR_COLOR
directly.
Type: INTEGER
static final String STATUS
Type: INTEGER (one of STATUS_TENTATIVE
...)
static final int STATUS_TENTATIVE
static final int STATUS_CONFIRMED
static final int STATUS_CANCELED
static final String SELF_ATTENDEE_STATUS
Type: INTEGER (int)
static final String SYNC_DATA1
Type: TEXT
static final String SYNC_DATA2
Type: TEXT
static final String SYNC_DATA3
Type: TEXT
static final String SYNC_DATA4
Type: TEXT
static final String SYNC_DATA5
Type: TEXT
static final String SYNC_DATA6
Type: TEXT
static final String SYNC_DATA7
Type: TEXT
static final String SYNC_DATA8
Type: TEXT
static final String SYNC_DATA9
Type: TEXT
static final String SYNC_DATA10
Type: TEXT
static final String LAST_SYNCED
CalendarContract.SyncColumns.CAN_PARTIALLY_UPDATE
set to 1. This copy
does not get expanded in the instances table and is only visible in queries made by a
sync adapter. The copy gets removed when the event is changed back to non-dirty by a
sync adapter.
Type: INTEGER (boolean)
static final String DTSTART
Type: INTEGER (long; millis since epoch)
static final String DTEND
Type: INTEGER (long; millis since epoch)
static final String DURATION
Type: TEXT (duration in RFC2445 format)
static final String EVENT_TIMEZONE
Type: TEXT
static final String EVENT_END_TIMEZONE
Type: TEXT
static final String ALL_DAY
Type: INTEGER (boolean)
static final String ACCESS_LEVEL
Type: INTEGER (One of ACCESS_DEFAULT
, ...)
static final int ACCESS_DEFAULT
static final int ACCESS_CONFIDENTIAL
static final int ACCESS_PRIVATE
static final int ACCESS_PUBLIC
static final String AVAILABILITY
Type: INTEGER (One of AVAILABILITY_BUSY
,
AVAILABILITY_FREE
, AVAILABILITY_TENTATIVE
)
static final int AVAILABILITY_BUSY
static final int AVAILABILITY_FREE
static final int AVAILABILITY_TENTATIVE
static final String HAS_ALARM
Type: INTEGER (boolean)
static final String HAS_EXTENDED_PROPERTIES
Type: INTEGER (boolean)
static final String RRULE
Type: TEXT
static final String RDATE
Type: TEXT
static final String EXRULE
Type: TEXT
static final String EXDATE
Type: TEXT
static final String ORIGINAL_ID
BaseColumns._ID
of the original recurring event for which this
event is an exception. Column name.
Type: TEXT
static final String ORIGINAL_SYNC_ID
Type: TEXT
static final String ORIGINAL_INSTANCE_TIME
Type: INTEGER (long; millis since epoch)
static final String ORIGINAL_ALL_DAY
Type: INTEGER (boolean)
static final String LAST_DATE
Type: INTEGER (long; millis since epoch)
static final String HAS_ATTENDEE_DATA
Type: INTEGER (boolean)
static final String GUESTS_CAN_MODIFY
Type: INTEGER (boolean)
static final String GUESTS_CAN_INVITE_OTHERS
Type: INTEGER (boolean)
static final String GUESTS_CAN_SEE_GUESTS
Type: INTEGER (boolean)
static final String ORGANIZER
Type: STRING
static final String IS_ORGANIZER
ORGANIZER
is equal to CalendarContract.CalendarColumns.OWNER_ACCOUNT
.
Column name.
Type: STRING
static final String CAN_INVITE_OTHERS
Type: INTEGER (boolean, readonly)
static final String CUSTOM_APP_PACKAGE
CalendarContract.ACTION_HANDLE_CUSTOM_EVENT
for details.
Column name.
Type: TEXT
static final String CUSTOM_APP_URI
Type: TEXT
static final String UID_2445
Type: TEXT