CalendarContract.Attendees.InterfaceConsts Class

Definition

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

AllDay

Is the event all day (time zone independent).

AttendeeEmail

The email address of the attendee.

AttendeeIdentity

The identity of the attendee as referenced in ContactsContract.CommonDataKinds.Identity#IDENTITY.

AttendeeIdNamespace

The identity name space of the attendee as referenced in ContactsContract.CommonDataKinds.Identity#NAMESPACE.

AttendeeName

The name of the attendee.

AttendeeRelationship

The relationship of the attendee to the user.

AttendeeStatus

The attendance status of the attendee.

AttendeeStatusAccepted
AttendeeStatusDeclined
AttendeeStatusInvited
AttendeeStatusNone
AttendeeStatusTentative
AttendeeType

The type of attendee.

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 Calendars#_ID of the calendar the event belongs to.

CanInviteOthers

Whether the user can invite others to the event.

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.

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.

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 id 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.

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.

Rdate

The recurrence dates for the event.

RelationshipAttendee
RelationshipNone
RelationshipOrganizer
RelationshipPerformer
RelationshipSpeaker
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.

Title

The title of the event.

TypeNone
TypeOptional
TypeRequired
TypeResource
Obsolete.

This specifies that an attendee is a resource, like a room, a cabbage, or something and not an actual person.

Uid2445

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

Applies to