|
Build 1.0_r1(from source) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public static interface Calendar.EventsColumns
Columns from the Events table that other tables join into themselves.
| Field Summary | |
|---|---|
static String |
ALL_DAY
Whether the event lasts all day or not |
static String |
CALENDAR_ID
The calendar the event belongs to |
static String |
COMMENTS_URI
The comments feed uri. |
static String |
DESCRIPTION
The description of the event |
static String |
DTEND
The time the event ends |
static String |
DTSTART
The time the event starts |
static String |
DURATION
The duration of the event |
static String |
EVENT_LOCATION
Where the event takes place. |
static String |
EVENT_TIMEZONE
The timezone for the event. |
static String |
EXDATE
The recurrence exception dates for the event. |
static String |
EXRULE
The recurrence exception rule for the event. |
static String |
HAS_ALARM
Whether the event has an alarm or not |
static String |
HAS_EXTENDED_PROPERTIES
Whether the event has extended properties or not |
static String |
HTML_URI
The URI for an HTML version of this event. |
static String |
LAST_DATE
The last date this event repeats on, or NULL if it never ends |
static String |
ORIGINAL_EVENT
The original event this event is an exception for |
static String |
ORIGINAL_INSTANCE_TIME
The time of the original instance time this event is an exception for |
static String |
RDATE
The recurrence dates for the event. |
static String |
RRULE
The recurrence rule for the event. |
static String |
SELF_ATTENDEE_STATUS
This is a copy of the attendee status for the owner of this event. |
static String |
STATUS
The event status |
static int |
STATUS_CANCELED
|
static int |
STATUS_CONFIRMED
|
static int |
STATUS_TENTATIVE
|
static String |
TITLE
The title of the event |
static String |
TRANSPARENCY
Transparency for the event -- does the event consume time on the calendar? |
static int |
TRANSPARENCY_OPAQUE
|
static int |
TRANSPARENCY_TRANSPARENT
|
static String |
VISIBILITY
Visibility for the event. |
static int |
VISIBILITY_CONFIDENTIAL
|
static int |
VISIBILITY_DEFAULT
|
static int |
VISIBILITY_PRIVATE
|
static int |
VISIBILITY_PUBLIC
|
| Field Detail |
|---|
static final String CALENDAR_ID
Type: INTEGER (foreign key to the Calendars table)
static final String HTML_URI
Type: TEXT
static final String TITLE
Type: TEXT
static final String DESCRIPTION
Type: TEXT
static final String EVENT_LOCATION
Type: TEXT
static final String STATUS
Type: INTEGER (int)
static final int STATUS_TENTATIVE
static final int STATUS_CONFIRMED
static final int STATUS_CANCELED
static final String SELF_ATTENDEE_STATUS
Type: INTEGER (int)
static final String COMMENTS_URI
Type: TEXT
static final String DTSTART
Type: INTEGER (long; millis since epoch)
static final String DTEND
Type: INTEGER (long; millis since epoch)
static final String DURATION
Type: TEXT (duration in RFC2445 format)
static final String EVENT_TIMEZONE
Type: TEXT
static final String ALL_DAY
Type: INTEGER (boolean)
static final String VISIBILITY
Type: INTEGER
static final int VISIBILITY_DEFAULT
static final int VISIBILITY_CONFIDENTIAL
static final int VISIBILITY_PRIVATE
static final int VISIBILITY_PUBLIC
static final String TRANSPARENCY
Type: INTEGER
static final int TRANSPARENCY_OPAQUE
static final int TRANSPARENCY_TRANSPARENT
static final String HAS_ALARM
Type: INTEGER (boolean)
static final String HAS_EXTENDED_PROPERTIES
Type: INTEGER (boolean)
static final String RRULE
Type: TEXT
static final String RDATE
Type: TEXT
static final String EXRULE
Type: TEXT
static final String EXDATE
Type: TEXT
static final String ORIGINAL_EVENT
Type: TEXT
static final String ORIGINAL_INSTANCE_TIME
Type: INTEGER (long; millis since epoch)
static final String LAST_DATE
Type: INTEGER (long; millis since epoch)
|
Build 1.0_r1(from source) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||