Added in API level 14
CalendarContract.Reminders
public
static
final
class
CalendarContract.Reminders
extends Object
implements
BaseColumns,
CalendarContract.EventsColumns,
CalendarContract.RemindersColumns
| java.lang.Object | |
| ↳ | android.provider.CalendarContract.Reminders |
Fields and helpers for accessing reminders for an event. Each row of this
table represents a single reminder for an event. Calling
query(ContentResolver,long,String[]) will return a list of reminders for
the event with the given eventId. Both apps and sync adapters may write
to this table. There are three writable fields and all of them must be
included when inserting a new reminder. They are:
CalendarContract.RemindersColumns.EVENT_IDCalendarContract.RemindersColumns.MINUTESCalendarContract.RemindersColumns.METHOD
Summary
Inherited constants |
|---|