android.provider.CalendarContract.RemindersColumns |
Known Indirect Subclasses |
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
String | EVENT_ID | The event the reminder belongs to. | |||||||||
String | METHOD | The alarm method, as set on the server. | |||||||||
int | METHOD_ALERT | ||||||||||
int | METHOD_DEFAULT | ||||||||||
int | METHOD_EMAIL | ||||||||||
int | METHOD_SMS | ||||||||||
String | MINUTES | The minutes prior to the event that the alarm should ring. | |||||||||
int | MINUTES_DEFAULT | Passing this as a minutes value will use the default reminder minutes. |
The event the reminder belongs to. Column name.
Type: INTEGER (foreign key to the Events table)
The alarm method, as set on the server. METHOD_DEFAULT
,
METHOD_ALERT
, METHOD_EMAIL
, and METHOD_SMS
are possible values; the device will only process
METHOD_DEFAULT
and METHOD_ALERT
reminders (the
other types are simply stored so we can send the same reminder info
back to the server when we make changes).
The minutes prior to the event that the alarm should ring. -1 specifies that we should use the default value for the system. Column name.
Type: INTEGER
Passing this as a minutes value will use the default reminder minutes.