android.provider.CalendarContract.ExtendedPropertiesColumns |
Known Indirect Subclasses
|
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. |
The event the extended property belongs to. Column name.
Type: INTEGER (foreign key to the Events table)
The name of the extended property. This is a uri of the form {scheme}#{local-name} convention. Column name.
Type: TEXT
The value of the extended property. Column name.
Type: TEXT