to top
Android APIs
Added in API level 14
protected static interface

CalendarContract.AttendeesColumns

android.provider.CalendarContract.AttendeesColumns
Known Indirect Subclasses

Class Overview

Columns from the Attendees table that other tables join into themselves.

Summary

Constants
String ATTENDEE_EMAIL The email address of the attendee.
String ATTENDEE_IDENTITY The identity of the attendee as referenced in IDENTITY.
String ATTENDEE_ID_NAMESPACE The identity name space of the attendee as referenced in NAMESPACE.
String ATTENDEE_NAME The name of the attendee.
String ATTENDEE_RELATIONSHIP The relationship of the attendee to the user.
String ATTENDEE_STATUS The attendance status of the attendee.
int ATTENDEE_STATUS_ACCEPTED
int ATTENDEE_STATUS_DECLINED
int ATTENDEE_STATUS_INVITED
int ATTENDEE_STATUS_NONE
int ATTENDEE_STATUS_TENTATIVE
String ATTENDEE_TYPE The type of attendee.
String EVENT_ID The id of the event.
int RELATIONSHIP_ATTENDEE
int RELATIONSHIP_NONE
int RELATIONSHIP_ORGANIZER
int RELATIONSHIP_PERFORMER
int RELATIONSHIP_SPEAKER
int TYPE_NONE
int TYPE_OPTIONAL
int TYPE_REQUIRED
int TYPE_RESOURCE This specifies that an attendee is a resource, like a room, a cabbage, or something and not an actual person.

Constants

public static final String ATTENDEE_EMAIL

Added in API level 14

The email address of the attendee. Column name.

Type: STRING

Constant Value: "attendeeEmail"

public static final String ATTENDEE_IDENTITY

Added in API level 16

The identity of the attendee as referenced in IDENTITY. This is required only if ATTENDEE_ID_NAMESPACE is present. Column name.

Type: STRING

Constant Value: "attendeeIdentity"

public static final String ATTENDEE_ID_NAMESPACE

Added in API level 16

The identity name space of the attendee as referenced in NAMESPACE. This is required only if ATTENDEE_IDENTITY is present. Column name.

Type: STRING

Constant Value: "attendeeIdNamespace"

public static final String ATTENDEE_NAME

Added in API level 14

The name of the attendee. Column name.

Type: STRING

Constant Value: "attendeeName"

public static final String ATTENDEE_RELATIONSHIP

Added in API level 14

The relationship of the attendee to the user. Column name.

Type: INTEGER (one of RELATIONSHIP_ATTENDEE, ...}.

Constant Value: "attendeeRelationship"

public static final String ATTENDEE_STATUS

Added in API level 14

The attendance status of the attendee. Column name.

Type: Integer (one of ATTENDEE_STATUS_ACCEPTED, ...).

Constant Value: "attendeeStatus"

public static final int ATTENDEE_STATUS_ACCEPTED

Added in API level 14

Constant Value: 1 (0x00000001)

public static final int ATTENDEE_STATUS_DECLINED

Added in API level 14

Constant Value: 2 (0x00000002)

public static final int ATTENDEE_STATUS_INVITED

Added in API level 14

Constant Value: 3 (0x00000003)

public static final int ATTENDEE_STATUS_NONE

Added in API level 14

Constant Value: 0 (0x00000000)

public static final int ATTENDEE_STATUS_TENTATIVE

Added in API level 14

Constant Value: 4 (0x00000004)

public static final String ATTENDEE_TYPE

Added in API level 14

The type of attendee. Column name.

Type: Integer (one of TYPE_NONE, TYPE_REQUIRED, TYPE_OPTIONAL, TYPE_RESOURCE)

Constant Value: "attendeeType"

public static final String EVENT_ID

Added in API level 14

The id of the event. Column name.

Type: INTEGER

Constant Value: "event_id"

public static final int RELATIONSHIP_ATTENDEE

Added in API level 14

Constant Value: 1 (0x00000001)

public static final int RELATIONSHIP_NONE

Added in API level 14

Constant Value: 0 (0x00000000)

public static final int RELATIONSHIP_ORGANIZER

Added in API level 14

Constant Value: 2 (0x00000002)

public static final int RELATIONSHIP_PERFORMER

Added in API level 14

Constant Value: 3 (0x00000003)

public static final int RELATIONSHIP_SPEAKER

Added in API level 14

Constant Value: 4 (0x00000004)

public static final int TYPE_NONE

Added in API level 14

Constant Value: 0 (0x00000000)

public static final int TYPE_OPTIONAL

Added in API level 14

Constant Value: 2 (0x00000002)

public static final int TYPE_REQUIRED

Added in API level 14

Constant Value: 1 (0x00000001)

public static final int TYPE_RESOURCE

Added in API level 15

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

Constant Value: 3 (0x00000003)