WIMM Labs


com.wimm.framework.provider
Interface Calendar.CalendarColumns

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

public static interface Calendar.CalendarColumns

Columns for the Calendar table.

Since:
WIMM SDK 1.0.0
See Also:
Calendar.Calendars

Field Summary
static String COLOR
          The calendar color.
static String ID
          The calendar ID.
static String NAME
          The calendar name.
 

Field Detail

ID

static final String ID
The calendar ID.

Since:
WIMM SDK 1.0.0
See Also:
Constant Field Values

NAME

static final String NAME
The calendar name.

Since:
WIMM SDK 1.0.0
See Also:
Constant Field Values

COLOR

static final String COLOR
The calendar color. This is reserved for system used.

Since:
WIMM SDK 1.0.0
See Also:
Constant Field Values

WIMM Labs