CalendarContract.AttendeesColumns
protected
static
interface
CalendarContract.AttendeesColumns
android.provider.CalendarContract.AttendeesColumns |
Columns from the Attendees table that other tables join into themselves.
Summary
Constants
ATTENDEE_EMAIL
public static final String ATTENDEE_EMAIL
The email address of the attendee. Column name.
Type: STRING
Constant Value: "attendeeEmail"
ATTENDEE_IDENTITY
public static final String ATTENDEE_IDENTITY
The identity of the attendee as referenced in
ContactsContract.CommonDataKinds.Identity#IDENTITY
.
This is required only if ATTENDEE_ID_NAMESPACE
is present. Column name.
Type: STRING
Constant Value: "attendeeIdentity"
ATTENDEE_ID_NAMESPACE
public static final String ATTENDEE_ID_NAMESPACE
The identity name space of the attendee as referenced in
ContactsContract.CommonDataKinds.Identity#NAMESPACE
.
This is required only if ATTENDEE_IDENTITY
is present. Column name.
Type: STRING
Constant Value: "attendeeIdNamespace"
ATTENDEE_NAME
public static final String ATTENDEE_NAME
The name of the attendee. Column name.
Type: STRING
Constant Value: "attendeeName"
ATTENDEE_RELATIONSHIP
public static final String ATTENDEE_RELATIONSHIP
The relationship of the attendee to the user. Column name.
Type: INTEGER (one of RELATIONSHIP_ATTENDEE
, ...}.
Constant Value: "attendeeRelationship"
ATTENDEE_STATUS
public static final String ATTENDEE_STATUS
The attendance status of the attendee. Column name.
Type: Integer (one of ATTENDEE_STATUS_ACCEPTED
, ...).
Constant Value: "attendeeStatus"
ATTENDEE_STATUS_ACCEPTED
public static final int ATTENDEE_STATUS_ACCEPTED
Constant Value: 1 (0x00000001)
ATTENDEE_STATUS_DECLINED
public static final int ATTENDEE_STATUS_DECLINED
Constant Value: 2 (0x00000002)
ATTENDEE_STATUS_INVITED
public static final int ATTENDEE_STATUS_INVITED
Constant Value: 3 (0x00000003)
ATTENDEE_STATUS_NONE
public static final int ATTENDEE_STATUS_NONE
Constant Value: 0 (0x00000000)
ATTENDEE_STATUS_TENTATIVE
public static final int ATTENDEE_STATUS_TENTATIVE
Constant Value: 4 (0x00000004)
ATTENDEE_TYPE
public static final String ATTENDEE_TYPE
The type of attendee. Column name.
Type: Integer (one of TYPE_NONE
, TYPE_REQUIRED
,
TYPE_OPTIONAL
, TYPE_RESOURCE
)
Constant Value: "attendeeType"
EVENT_ID
public static final String EVENT_ID
The id of the event. Column name.
Type: INTEGER
Constant Value: "event_id"
RELATIONSHIP_ATTENDEE
public static final int RELATIONSHIP_ATTENDEE
Constant Value: 1 (0x00000001)
RELATIONSHIP_NONE
public static final int RELATIONSHIP_NONE
Constant Value: 0 (0x00000000)
RELATIONSHIP_ORGANIZER
public static final int RELATIONSHIP_ORGANIZER
Constant Value: 2 (0x00000002)
RELATIONSHIP_PERFORMER
public static final int RELATIONSHIP_PERFORMER
Constant Value: 3 (0x00000003)
RELATIONSHIP_SPEAKER
public static final int RELATIONSHIP_SPEAKER
Constant Value: 4 (0x00000004)
TYPE_OPTIONAL
public static final int TYPE_OPTIONAL
Constant Value: 2 (0x00000002)
TYPE_REQUIRED
public static final int TYPE_REQUIRED
Constant Value: 1 (0x00000001)
TYPE_RESOURCE
public static final int TYPE_RESOURCE
This specifies that an attendee is a resource, like a room, a cabbage, or something and not an actual person.
Constant Value: 3 (0x00000003)