android.provider
Interface CalendarContract.CalendarColumns

All Known Implementing Classes:
CalendarContract.CalendarAlerts, CalendarContract.CalendarEntity, CalendarContract.Calendars, CalendarContract.Events, CalendarContract.Instances
Enclosing class:
CalendarContract

protected static interface CalendarContract.CalendarColumns


Field Summary
static String ALLOWED_REMINDERS
           
static int CAL_ACCESS_CONTRIBUTOR
           
static int CAL_ACCESS_EDITOR
           
static int CAL_ACCESS_FREEBUSY
           
static int CAL_ACCESS_NONE
           
static int CAL_ACCESS_OVERRIDE
           
static int CAL_ACCESS_OWNER
           
static int CAL_ACCESS_READ
           
static int CAL_ACCESS_RESPOND
           
static int CAL_ACCESS_ROOT
           
static String CALENDAR_ACCESS_LEVEL
           
static String CALENDAR_COLOR
           
static String CALENDAR_DISPLAY_NAME
           
static String CALENDAR_TIME_ZONE
           
static String CAN_MODIFY_TIME_ZONE
           
static String CAN_ORGANIZER_RESPOND
           
static String MAX_REMINDERS
           
static String OWNER_ACCOUNT
           
static String SYNC_EVENTS
           
static String VISIBLE
           
 

Field Detail

CALENDAR_COLOR

static final String CALENDAR_COLOR
See Also:
Constant Field Values

CALENDAR_DISPLAY_NAME

static final String CALENDAR_DISPLAY_NAME
See Also:
Constant Field Values

CALENDAR_ACCESS_LEVEL

static final String CALENDAR_ACCESS_LEVEL
See Also:
Constant Field Values

CAL_ACCESS_NONE

static final int CAL_ACCESS_NONE
See Also:
Constant Field Values

CAL_ACCESS_FREEBUSY

static final int CAL_ACCESS_FREEBUSY
See Also:
Constant Field Values

CAL_ACCESS_READ

static final int CAL_ACCESS_READ
See Also:
Constant Field Values

CAL_ACCESS_RESPOND

static final int CAL_ACCESS_RESPOND
See Also:
Constant Field Values

CAL_ACCESS_OVERRIDE

static final int CAL_ACCESS_OVERRIDE
See Also:
Constant Field Values

CAL_ACCESS_CONTRIBUTOR

static final int CAL_ACCESS_CONTRIBUTOR
See Also:
Constant Field Values

CAL_ACCESS_EDITOR

static final int CAL_ACCESS_EDITOR
See Also:
Constant Field Values

CAL_ACCESS_OWNER

static final int CAL_ACCESS_OWNER
See Also:
Constant Field Values

CAL_ACCESS_ROOT

static final int CAL_ACCESS_ROOT
See Also:
Constant Field Values

VISIBLE

static final String VISIBLE
See Also:
Constant Field Values

CALENDAR_TIME_ZONE

static final String CALENDAR_TIME_ZONE
See Also:
Constant Field Values

SYNC_EVENTS

static final String SYNC_EVENTS
See Also:
Constant Field Values

OWNER_ACCOUNT

static final String OWNER_ACCOUNT
See Also:
Constant Field Values

CAN_ORGANIZER_RESPOND

static final String CAN_ORGANIZER_RESPOND
See Also:
Constant Field Values

CAN_MODIFY_TIME_ZONE

static final String CAN_MODIFY_TIME_ZONE
See Also:
Constant Field Values

MAX_REMINDERS

static final String MAX_REMINDERS
See Also:
Constant Field Values

ALLOWED_REMINDERS

static final String ALLOWED_REMINDERS
See Also:
Constant Field Values


Copyright © 2008-2012. All Rights Reserved.