Stay organized with collections
Save and categorize content based on your preferences.
CalendarContract.ExtendedPropertiesColumns
protected
static
interface
CalendarContract.ExtendedPropertiesColumns
android.provider.CalendarContract.ExtendedPropertiesColumns
|
Known indirect subclasses
|
Summary
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"
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2025-02-10 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-02-10 UTC."],[],[],null,["# CalendarContract.ExtendedPropertiesColumns\n\nAdded in [API level 14](/guide/topics/manifest/uses-sdk-element#ApiLevels) \nSummary: [Constants](#constants) \n\nCalendarContract.ExtendedPropertiesColumns\n==========================================\n\n*** ** * ** ***\n\n[Kotlin](/reference/kotlin/android/provider/CalendarContract.ExtendedPropertiesColumns \"View this page in Kotlin\") \\|Java\n\n\n`\nprotected\nstatic\n\n\ninterface\nCalendarContract.ExtendedPropertiesColumns\n`\n\n\n`\n\n\n`\n\n|-------------------------------------------------------------|\n| android.provider.CalendarContract.ExtendedPropertiesColumns |\n\n|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| Known indirect subclasses [CalendarContract.ExtendedProperties](/reference/android/provider/CalendarContract.ExtendedProperties) |--------------------------------------------------------------------------------------------------------|-----------------------------------------------| | [CalendarContract.ExtendedProperties](/reference/android/provider/CalendarContract.ExtendedProperties) | Fields for accessing the Extended Properties. | |\n\n\u003cbr /\u003e\n\n*** ** * ** ***\n\nSummary\n-------\n\n| ### Constants ||\n|---------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------|\n| [String](/reference/java/lang/String) | [EVENT_ID](/reference/android/provider/CalendarContract.ExtendedPropertiesColumns#EVENT_ID) The event the extended property belongs to. |\n| [String](/reference/java/lang/String) | [NAME](/reference/android/provider/CalendarContract.ExtendedPropertiesColumns#NAME) The name of the extended property. |\n| [String](/reference/java/lang/String) | [VALUE](/reference/android/provider/CalendarContract.ExtendedPropertiesColumns#VALUE) The value of the extended property. |\n\nConstants\n---------\n\n### EVENT_ID\n\nAdded in [API level 14](/guide/topics/manifest/uses-sdk-element#ApiLevels) \n\n```\npublic static final String EVENT_ID\n```\n\nThe event the extended property belongs to. Column name.\n\nType: INTEGER (foreign key to the Events table)\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\nConstant Value:\n\n\"event_id\"\n\n\n### NAME\n\nAdded in [API level 14](/guide/topics/manifest/uses-sdk-element#ApiLevels) \n\n```\npublic static final String NAME\n```\n\nThe name of the extended property. This is a uri of the form\n{scheme}#{local-name} convention. Column name.\n\nType: TEXT\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\nConstant Value:\n\n\"name\"\n\n\n### VALUE\n\nAdded in [API level 14](/guide/topics/manifest/uses-sdk-element#ApiLevels) \n\n```\npublic static final String VALUE\n```\n\nThe value of the extended property. Column name.\n\nType: TEXT\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\nConstant Value:\n\n\"value\""]]