android.provider
Interface CalendarContract.AttendeesColumns

All Known Implementing Classes:
CalendarContract.Attendees
Enclosing class:
CalendarContract

protected static interface CalendarContract.AttendeesColumns


Field Summary
static String ATTENDEE_EMAIL
           
static String ATTENDEE_NAME
           
static String ATTENDEE_RELATIONSHIP
           
static String ATTENDEE_STATUS
           
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
           
static String EVENT_ID
           
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
           
 

Field Detail

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.