android.provider
Interface CalendarContract.AttendeesColumns
- All Known Implementing Classes:
- CalendarContract.Attendees
- Enclosing class:
- CalendarContract
protected static interface CalendarContract.AttendeesColumns
EVENT_ID
static final String EVENT_ID
- See Also:
- Constant Field Values
ATTENDEE_NAME
static final String ATTENDEE_NAME
- See Also:
- Constant Field Values
ATTENDEE_EMAIL
static final String ATTENDEE_EMAIL
- See Also:
- Constant Field Values
ATTENDEE_RELATIONSHIP
static final String ATTENDEE_RELATIONSHIP
- See Also:
- Constant Field Values
RELATIONSHIP_NONE
static final int RELATIONSHIP_NONE
- See Also:
- Constant Field Values
RELATIONSHIP_ATTENDEE
static final int RELATIONSHIP_ATTENDEE
- See Also:
- Constant Field Values
RELATIONSHIP_ORGANIZER
static final int RELATIONSHIP_ORGANIZER
- See Also:
- Constant Field Values
RELATIONSHIP_PERFORMER
static final int RELATIONSHIP_PERFORMER
- See Also:
- Constant Field Values
RELATIONSHIP_SPEAKER
static final int RELATIONSHIP_SPEAKER
- See Also:
- Constant Field Values
ATTENDEE_TYPE
static final String ATTENDEE_TYPE
- See Also:
- Constant Field Values
TYPE_NONE
static final int TYPE_NONE
- See Also:
- Constant Field Values
TYPE_REQUIRED
static final int TYPE_REQUIRED
- See Also:
- Constant Field Values
TYPE_OPTIONAL
static final int TYPE_OPTIONAL
- See Also:
- Constant Field Values
ATTENDEE_STATUS
static final String ATTENDEE_STATUS
- See Also:
- Constant Field Values
ATTENDEE_STATUS_NONE
static final int ATTENDEE_STATUS_NONE
- See Also:
- Constant Field Values
ATTENDEE_STATUS_ACCEPTED
static final int ATTENDEE_STATUS_ACCEPTED
- See Also:
- Constant Field Values
ATTENDEE_STATUS_DECLINED
static final int ATTENDEE_STATUS_DECLINED
- See Also:
- Constant Field Values
ATTENDEE_STATUS_INVITED
static final int ATTENDEE_STATUS_INVITED
- See Also:
- Constant Field Values
ATTENDEE_STATUS_TENTATIVE
static final int ATTENDEE_STATUS_TENTATIVE
- See Also:
- Constant Field Values
Copyright © 2008-2012. All Rights Reserved.