Stay organized with collections
Save and categorize content based on your preferences.
ExtendedPropertiesColumns
protected interface 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
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
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
static val VALUE: String
The value of the extended property. Column name.
Type: TEXT
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](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels)\n\nExtendedPropertiesColumns\n=========================\n\n*** ** * ** ***\n\nKotlin \\|[Java](/reference/android/provider/CalendarContract.ExtendedPropertiesColumns \"View this page in Java\") \n\n```\nprotected interface ExtendedPropertiesColumns\n```\n\n|------------------------------------------------------------------|\n| [android.provider.CalendarContract.ExtendedPropertiesColumns](#) |\n\n|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| Known Direct Subclasses [CalendarContract.ExtendedProperties](/reference/kotlin/android/provider/CalendarContract.ExtendedProperties) |---------------------------------------------------------------------------------------------------------------|-----------------------------------------------| | [CalendarContract.ExtendedProperties](/reference/kotlin/android/provider/CalendarContract.ExtendedProperties) | Fields for accessing the Extended Properties. | |\n\nSummary\n-------\n\n| Constants ||\n|-----------------------------------------------------------------------------------------|---------------------------------------------------------------------------------|\n| static [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) | [EVENT_ID](#EVENT_ID:kotlin.String) The event the extended property belongs to. |\n| static [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) | [NAME](#NAME:kotlin.String) The name of the extended property. |\n| static [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) | [VALUE](#VALUE:kotlin.String) The value of the extended property. |\n\nConstants\n---------\n\n### EVENT_ID\n\nAdded in [API level 14](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels) \n\n```\nstatic val EVENT_ID: String\n```\n\nThe event the extended property belongs to. Column name.\n\nType: INTEGER (foreign key to the Events table) \n\n Value: \"event_id\"\n\n### NAME\n\nAdded in [API level 14](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels) \n\n```\nstatic val NAME: String\n```\n\nThe name of the extended property. This is a uri of the form {scheme}#{local-name} convention. Column name.\n\nType: TEXT \n\n Value: \"name\"\n\n### VALUE\n\nAdded in [API level 14](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels) \n\n```\nstatic val VALUE: String\n```\n\nThe value of the extended property. Column name.\n\nType: TEXT \n\n Value: \"value\""]]