Added in API level 14

ExtendedPropertiesColumns

protected interface ExtendedPropertiesColumns
android.provider.CalendarContract.ExtendedPropertiesColumns

Summary

Constants
static String

The event the extended property belongs to.

static String

The name of the extended property.

static String

The value of the extended property.

Constants

EVENT_ID

Added in API level 14
static val EVENT_ID: String

The event the extended property belongs to. Column name.

Type: INTEGER (foreign key to the Events table)

Value: "event_id"

NAME

Added in API level 14
static val NAME: String

The name of the extended property. This is a uri of the form {scheme}#{local-name} convention. Column name.

Type: TEXT

Value: "name"

VALUE

Added in API level 14
static val VALUE: String

The value of the extended property. Column name.

Type: TEXT

Value: "value"