Please note that the contents of this offline web site may be out of date. To access the most recent documentation visit the online version .
Note that links that point to online resources are green in color and will open in a new window.
We would love it if you could give us feedback about this material by filling this form (You have to be online to fill it)
Android APIs
protected static interface

CalendarContract.ExtendedPropertiesColumns

android.provider.CalendarContract.ExtendedPropertiesColumns
Known Indirect Subclasses

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

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"

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"

public static final String VALUE

The value of the extended property. Column name.

Type: TEXT

Constant Value: "value"