CalendarContract.IEventsColumns Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Columns from the Events table that other tables join into themselves.
public interface CalendarContract.IEventsColumns
type CalendarContract.IEventsColumns = interface
Remarks
Columns from the Events table that other tables join into themselves.
Java documentation for android.provider.CalendarContract.EventsColumns
.
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
AccessLevel |
Defines how the event shows up for others when the calendar is shared. |
AllDay |
Is the event all day (time zone independent). |
Availability |
If this event counts as busy time or is still free time that can be scheduled over. |
CalendarId |
The |
CanInviteOthers |
Whether the user can invite others to the event. |
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. |
Description |
The description of the event. |
DisplayColor |
This will be |
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. |
IsOrganizer |
Are we the organizer of this event. |
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. |
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 |
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. |
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. |
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. |
Title |
The title of the event. |
Uid2445 |
The UID for events added from the RFC 2445 iCalendar format. |