android.provider
Class Calendar.Events
java.lang.Object
android.provider.Calendar.Events
- All Implemented Interfaces:
- BaseColumns, Calendar.CalendarsColumns, Calendar.EventsColumns, SyncConstValue
- Enclosing class:
- Calendar
public static final class Calendar.Events
- extends Object
- implements BaseColumns, SyncConstValue, Calendar.EventsColumns, Calendar.CalendarsColumns
Contains one entry per calendar event. Recurring events show up as a single entry.
| Fields inherited from interface android.provider.Calendar.EventsColumns |
ALL_DAY, CALENDAR_ID, COMMENTS_URI, DESCRIPTION, DTEND, DTSTART, DURATION, EVENT_LOCATION, EVENT_TIMEZONE, EXDATE, EXRULE, HAS_ALARM, HAS_EXTENDED_PROPERTIES, HTML_URI, LAST_DATE, ORIGINAL_EVENT, ORIGINAL_INSTANCE_TIME, RDATE, RRULE, SELF_ATTENDEE_STATUS, STATUS, STATUS_CANCELED, STATUS_CONFIRMED, STATUS_TENTATIVE, TITLE, TRANSPARENCY, TRANSPARENCY_OPAQUE, TRANSPARENCY_TRANSPARENT, VISIBILITY, VISIBILITY_CONFIDENTIAL, VISIBILITY_DEFAULT, VISIBILITY_PRIVATE, VISIBILITY_PUBLIC |
| Fields inherited from interface android.provider.Calendar.CalendarsColumns |
ACCESS_LEVEL, COLOR, CONTRIBUTOR_ACCESS, EDITOR_ACCESS, FREEBUSY_ACCESS, NO_ACCESS, OVERRIDE_ACCESS, OWNER_ACCESS, READ_ACCESS, RESPOND_ACCESS, ROOT_ACCESS, SELECTED, SYNC_EVENTS, TIMEZONE |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CONTENT_URI
public static final Uri CONTENT_URI
- The content:// style URL for this table
DELETED_CONTENT_URI
public static final Uri DELETED_CONTENT_URI
DEFAULT_SORT_ORDER
public static final String DEFAULT_SORT_ORDER
- The default sort order for this table
- See Also:
- Constant Field Values
Calendar.Events
public Calendar.Events()
query
public static final Cursor query(ContentResolver cr,
String[] projection)
query
public static final Cursor query(ContentResolver cr,
String[] projection,
String where,
String orderBy)
insertVEvent
public static final Uri insertVEvent(ContentResolver cr,
ICalendar.Component event,
long calendarId,
int status,
ContentValues values)
Please submit a feedback, bug or feature