AttendeesColumns
protected interface AttendeesColumns
android.provider.CalendarContract.AttendeesColumns |
Columns from the Attendees table that other tables join into themselves.
Summary
Constants | |
---|---|
static String |
The email address of the attendee. |
static String |
The identity of the attendee as referenced in |
static String |
The identity name space of the attendee as referenced in |
static String |
The name of the attendee. |
static String |
The relationship of the attendee to the user. |
static String |
The attendance status of the attendee. |
static Int | |
static Int | |
static Int | |
static Int | |
static Int | |
static String |
The type of attendee. |
static String |
The id of the event. |
static Int | |
static Int | |
static Int | |
static Int | |
static Int | |
static Int | |
static Int | |
static Int | |
static Int |
This specifies that an attendee is a resource, like a room, a cabbage, or something and not an actual person. |
Constants
ATTENDEE_EMAIL
static val ATTENDEE_EMAIL: String
The email address of the attendee. Column name.
Type: STRING
Value: "attendeeEmail"
ATTENDEE_IDENTITY
static val ATTENDEE_IDENTITY: String
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
Value: "attendeeIdentity"
ATTENDEE_ID_NAMESPACE
static val ATTENDEE_ID_NAMESPACE: String
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
Value: "attendeeIdNamespace"
ATTENDEE_NAME
static val ATTENDEE_NAME: String
The name of the attendee. Column name.
Type: STRING
Value: "attendeeName"
ATTENDEE_RELATIONSHIP
static val ATTENDEE_RELATIONSHIP: String
The relationship of the attendee to the user. Column name.
Type: INTEGER (one of RELATIONSHIP_ATTENDEE
, ...}.
Value: "attendeeRelationship"
ATTENDEE_STATUS
static val ATTENDEE_STATUS: String
The attendance status of the attendee. Column name.
Type: Integer (one of ATTENDEE_STATUS_ACCEPTED
, ...).
Value: "attendeeStatus"
ATTENDEE_TYPE
static val ATTENDEE_TYPE: String
The type of attendee. Column name.
Type: Integer (one of TYPE_NONE
, TYPE_REQUIRED
, TYPE_OPTIONAL
, TYPE_RESOURCE
)
Value: "attendeeType"
EVENT_ID
static val EVENT_ID: String
The id of the event. Column name.
Type: INTEGER
Value: "event_id"
TYPE_RESOURCE
static val TYPE_RESOURCE: Int
This specifies that an attendee is a resource, like a room, a cabbage, or something and not an actual person.
Value: 3