# Print output for @column tags ?> CalendarContract.ExtendedPropertiesColumns - Android SDK | Android Developers

Most visited


Recently visited


CalendarContract.ExtendedPropertiesColumns

protected static interface CalendarContract.ExtendedPropertiesColumns

android.provider.CalendarContract.ExtendedPropertiesColumns


Summary


Constants

String EVENT_ID

The event the extended property belongs to.

String NAME

The name of the extended property.

String VALUE

The value of the extended property.

Constants


EVENT_ID

public static final String EVENT_ID

The event the extended property belongs to. Column name.

Type: INTEGER (foreign key to the Events table)

Constant Value: "event_id"

NAME

public static final String NAME

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

Type: TEXT

Constant Value: "name"

VALUE

public static final String VALUE

The value of the extended property. Column name.

Type: TEXT

Constant Value: "value"

Browse this site in English?

You requested a page in English, but your language preference for this site is English.

Would you like to change your language preference and browse this site in English? If you want to change your language preference later, use the language menu at the bottom of each page.