WIMM Labs


com.wimm.framework.provider
Interface Calendar.EventColumns

All Known Implementing Classes:
Calendar.Events
Enclosing class:
Calendar

public static interface Calendar.EventColumns

Columns for the Event table.

Since:
WIMM SDK 1.0.0
See Also:
Calendar.Events

Field Summary
static String ATTENDEES
          The event attendees.
static String CALENDAR
          The calendar ID.
static String CONTENT
          The event content.
static String END
          The event end time.
static String ID
          The event ID.
static String IS_ALL_DAY
          Indicator for an all day event.
static String LOCATION
          The event location.
static String REMINDERS
          The event reminders.
static String START
          The event start time.
static String TITLE
          The event title.
 

Field Detail

ID

static final String ID
The event ID.

Since:
WIMM SDK 1.0.0
See Also:
Constant Field Values

CALENDAR

static final String CALENDAR
The calendar ID.

Since:
WIMM SDK 1.0.0
See Also:
Constant Field Values

START

static final String START
The event start time.

Since:
WIMM SDK 1.0.0
See Also:
Constant Field Values

END

static final String END
The event end time.

Since:
WIMM SDK 1.0.0
See Also:
Constant Field Values

TITLE

static final String TITLE
The event title.

Since:
WIMM SDK 1.0.0
See Also:
Constant Field Values

LOCATION

static final String LOCATION
The event location.

Since:
WIMM SDK 1.0.0
See Also:
Constant Field Values

CONTENT

static final String CONTENT
The event content.

Since:
WIMM SDK 1.0.0
See Also:
Constant Field Values

ATTENDEES

static final String ATTENDEES
The event attendees.

Since:
WIMM SDK 1.0.0
See Also:
Constant Field Values

REMINDERS

static final String REMINDERS
The event reminders.

Since:
WIMM SDK 1.0.0
See Also:
Constant Field Values

IS_ALL_DAY

static final String IS_ALL_DAY
Indicator for an all day event.

Since:
WIMM SDK 1.0.0
See Also:
Constant Field Values

WIMM Labs