|
Build 1.0_r1(from source) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectandroid.provider.Calendar
public final class Calendar
The Calendar provider contains all calendar events.
| Nested Class Summary | |
|---|---|
static class |
Calendar.Attendees
|
static interface |
Calendar.AttendeesColumns
|
static class |
Calendar.BusyBits
|
static interface |
Calendar.BusyBitsColumns
|
static class |
Calendar.CalendarAlerts
|
static interface |
Calendar.CalendarAlertsColumns
|
static class |
Calendar.CalendarMetaData
|
static interface |
Calendar.CalendarMetaDataColumns
A few Calendar globals are needed in the CalendarProvider for expanding the Instances table and these are all stored in the first (and only) row of the CalendarMetaData table. |
static class |
Calendar.Calendars
Contains a list of available calendars. |
static interface |
Calendar.CalendarsColumns
Columns from the Calendars table that other tables join into themselves. |
static class |
Calendar.Events
Contains one entry per calendar event. |
static interface |
Calendar.EventsColumns
Columns from the Events table that other tables join into themselves. |
static class |
Calendar.ExtendedProperties
|
static interface |
Calendar.ExtendedPropertiesColumns
|
static class |
Calendar.Instances
Contains one entry per calendar event instance. |
static class |
Calendar.Reminders
|
static interface |
Calendar.RemindersColumns
|
| Field Summary | |
|---|---|
static String |
AUTHORITY
|
static Uri |
CONTENT_URI
The content:// style URL for the top-level calendar authority |
static String |
EVENT_BEGIN_TIME
These are the symbolic names for the keys used in the extra data passed in the intent for event reminders. |
static String |
EVENT_END_TIME
|
static String |
EVENT_REMINDER_ACTION
Broadcast Action: An event reminder. |
static String |
TAG
|
| Constructor Summary | |
|---|---|
Calendar()
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String TAG
public static final String EVENT_REMINDER_ACTION
public static final String EVENT_BEGIN_TIME
public static final String EVENT_END_TIME
public static final String AUTHORITY
public static final Uri CONTENT_URI
| Constructor Detail |
|---|
public Calendar()
|
Build 1.0_r1(from source) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||