Added in API level 14

RemindersColumns

protected interface RemindersColumns
android.provider.CalendarContract.RemindersColumns

Summary

Constants
static String

The event the reminder belongs to.

static String

The alarm method, as set on the server.

static Int

static Int

static Int

static Int

static Int

static String

The minutes prior to the event that the alarm should ring.

static Int

Passing this as a minutes value will use the default reminder minutes.

Constants

EVENT_ID

Added in API level 14
static val EVENT_ID: String

The event the reminder belongs to. Column name.

Type: INTEGER (foreign key to the Events table)

Value: "event_id"

METHOD

Added in API level 14
static val METHOD: String

The alarm method, as set on the server. METHOD_DEFAULT, METHOD_ALERT, METHOD_EMAIL, METHOD_SMS and METHOD_ALARM 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).

Value: "method"

METHOD_ALARM

Added in API level 16
static val METHOD_ALARM: Int
Value: 4

METHOD_ALERT

Added in API level 14
static val METHOD_ALERT: Int
Value: 1

METHOD_DEFAULT

Added in API level 14
static val METHOD_DEFAULT: Int
Value: 0

METHOD_EMAIL

Added in API level 14
static val METHOD_EMAIL: Int
Value: 2

METHOD_SMS

Added in API level 14
static val METHOD_SMS: Int
Value: 3

MINUTES

Added in API level 14
static val MINUTES: String

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

Value: "minutes"

MINUTES_DEFAULT

Added in API level 14
static val MINUTES_DEFAULT: Int

Passing this as a minutes value will use the default reminder minutes.

Value: -1