protected static interface CalendarContract.EventsRawTimesColumns
Modifier and Type | Field and Description |
---|---|
static String |
DTEND_2445
The RFC2445 compliant time the event ends.
|
static String |
DTSTART_2445
The RFC2445 compliant time the event starts.
|
static String |
EVENT_ID
The corresponding event id.
|
static String |
LAST_DATE_2445
The RFC2445 compliant last date this event repeats on, or NULL if it
never ends.
|
static String |
ORIGINAL_INSTANCE_TIME_2445
The RFC2445 compliant original instance time of the recurring event
for which this event is an exception.
|
static final String EVENT_ID
Type: INTEGER (long)
static final String DTSTART_2445
Type: TEXT
static final String DTEND_2445
Type: TEXT
static final String ORIGINAL_INSTANCE_TIME_2445
Type: TEXT
static final String LAST_DATE_2445
Type: TEXT