CalendarContract.EventsEntity.InterfaceConsts Class
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.
public static class CalendarContract.EventsEntity.InterfaceConsts
type CalendarContract.EventsEntity.InterfaceConsts = class
- Inheritance
-
CalendarContract.EventsEntity.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). |
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. |
CalendarId |
The |
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. |
CanPartiallyUpdate |
If set to 1 this causes events on this calendar to be duplicated with
|
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 |
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. |
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. |
Mutators |
Used in conjunction with |
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. |
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. |
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. |