protected static interface CalendarContract.AttendeesColumns
Modifier and Type | Field and Description |
---|---|
static String |
ATTENDEE_EMAIL
The email address of the attendee.
|
static String |
ATTENDEE_ID_NAMESPACE
The identity name space of the attendee as referenced in
ContactsContract.CommonDataKinds.Identity.NAMESPACE . |
static String |
ATTENDEE_IDENTITY
The identity of the attendee as referenced in
ContactsContract.CommonDataKinds.Identity.IDENTITY . |
static String |
ATTENDEE_NAME
The name of the attendee.
|
static String |
ATTENDEE_RELATIONSHIP
The relationship of the attendee to the user.
|
static String |
ATTENDEE_STATUS
The attendance status of the attendee.
|
static int |
ATTENDEE_STATUS_ACCEPTED |
static int |
ATTENDEE_STATUS_DECLINED |
static int |
ATTENDEE_STATUS_INVITED |
static int |
ATTENDEE_STATUS_NONE |
static int |
ATTENDEE_STATUS_TENTATIVE |
static String |
ATTENDEE_TYPE
The type of attendee.
|
static String |
EVENT_ID
The id of the event.
|
static int |
RELATIONSHIP_ATTENDEE |
static int |
RELATIONSHIP_NONE |
static int |
RELATIONSHIP_ORGANIZER |
static int |
RELATIONSHIP_PERFORMER |
static int |
RELATIONSHIP_SPEAKER |
static int |
TYPE_NONE |
static int |
TYPE_OPTIONAL |
static int |
TYPE_REQUIRED |
static int |
TYPE_RESOURCE
This specifies that an attendee is a resource, like a room, a
cabbage, or something and not an actual person.
|
static final String EVENT_ID
Type: INTEGER
static final String ATTENDEE_NAME
Type: STRING
static final String ATTENDEE_EMAIL
Type: STRING
static final String ATTENDEE_RELATIONSHIP
Type: INTEGER (one of RELATIONSHIP_ATTENDEE
, ...}.
static final int RELATIONSHIP_NONE
static final int RELATIONSHIP_ATTENDEE
static final int RELATIONSHIP_ORGANIZER
static final int RELATIONSHIP_PERFORMER
static final int RELATIONSHIP_SPEAKER
static final String ATTENDEE_TYPE
Type: Integer (one of TYPE_NONE
, TYPE_REQUIRED
,
TYPE_OPTIONAL
, TYPE_RESOURCE
)
static final int TYPE_NONE
static final int TYPE_REQUIRED
static final int TYPE_OPTIONAL
static final int TYPE_RESOURCE
static final String ATTENDEE_STATUS
Type: Integer (one of ATTENDEE_STATUS_ACCEPTED
, ...).
static final int ATTENDEE_STATUS_NONE
static final int ATTENDEE_STATUS_ACCEPTED
static final int ATTENDEE_STATUS_DECLINED
static final int ATTENDEE_STATUS_INVITED
static final int ATTENDEE_STATUS_TENTATIVE
static final String ATTENDEE_IDENTITY
ContactsContract.CommonDataKinds.Identity.IDENTITY
.
This is required only if ATTENDEE_ID_NAMESPACE
is present. Column name.
Type: STRING
static final String ATTENDEE_ID_NAMESPACE
ContactsContract.CommonDataKinds.Identity.NAMESPACE
.
This is required only if ATTENDEE_IDENTITY
is present. Column name.
Type: STRING