Stay organized with collections
Save and categorize content based on your preferences.
CalendarSyncColumns
protected interface CalendarSyncColumns
Known Indirect Subclasses
|
Generic columns for use by sync adapters. The specific functions of these columns are private to the sync adapter. Other clients of the API should not attempt to either read or write this column. These columns are editable as part of the Calendars Uri, but can only be read if accessed through any other Uri.
Summary
Constants |
static String |
Generic column for use by sync adapters.
|
static String |
Generic column for use by sync adapters.
|
static String |
Generic column for use by sync adapters.
|
static String |
Generic column for use by sync adapters.
|
static String |
Generic column for use by sync adapters.
|
static String |
Generic column for use by sync adapters.
|
static String |
Generic column for use by sync adapters.
|
static String |
Generic column for use by sync adapters.
|
static String |
Generic column for use by sync adapters.
|
static String |
Generic column for use by sync adapters.
|
Constants
CAL_SYNC1
static val CAL_SYNC1: String
Generic column for use by sync adapters. Column name.
Type: TEXT
Value: "cal_sync1"
CAL_SYNC10
static val CAL_SYNC10: String
Generic column for use by sync adapters. Column name.
Type: TEXT
Value: "cal_sync10"
CAL_SYNC2
static val CAL_SYNC2: String
Generic column for use by sync adapters. Column name.
Type: TEXT
Value: "cal_sync2"
CAL_SYNC3
static val CAL_SYNC3: String
Generic column for use by sync adapters. Column name.
Type: TEXT
Value: "cal_sync3"
CAL_SYNC4
static val CAL_SYNC4: String
Generic column for use by sync adapters. Column name.
Type: TEXT
Value: "cal_sync4"
CAL_SYNC5
static val CAL_SYNC5: String
Generic column for use by sync adapters. Column name.
Type: TEXT
Value: "cal_sync5"
CAL_SYNC6
static val CAL_SYNC6: String
Generic column for use by sync adapters. Column name.
Type: TEXT
Value: "cal_sync6"
CAL_SYNC7
static val CAL_SYNC7: String
Generic column for use by sync adapters. Column name.
Type: TEXT
Value: "cal_sync7"
CAL_SYNC8
static val CAL_SYNC8: String
Generic column for use by sync adapters. Column name.
Type: TEXT
Value: "cal_sync8"
CAL_SYNC9
static val CAL_SYNC9: String
Generic column for use by sync adapters. Column name.
Type: TEXT
Value: "cal_sync9"
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.CalendarSyncColumns\n\nAdded in [API level 14](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels)\n\nCalendarSyncColumns\n===================\n\n*** ** * ** ***\n\nKotlin \\|[Java](/reference/android/provider/CalendarContract.CalendarSyncColumns \"View this page in Java\") \n\n```\nprotected interface CalendarSyncColumns\n```\n\n|------------------------------------------------------------|\n| [android.provider.CalendarContract.CalendarSyncColumns](#) |\n\n|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| Known Direct Subclasses [CalendarContract.SyncColumns](/reference/kotlin/android/provider/CalendarContract.SyncColumns) |-------------------------------------------------------------------------------------------------|-------------------------------------------------------------------| | [CalendarContract.SyncColumns](/reference/kotlin/android/provider/CalendarContract.SyncColumns) | Columns for Sync information used by Calendars and Events tables. | |\n\n|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| Known Indirect Subclasses [CalendarContract.CalendarEntity](/reference/kotlin/android/provider/CalendarContract.CalendarEntity), [CalendarContract.Calendars](/reference/kotlin/android/provider/CalendarContract.Calendars), [CalendarContract.Events](/reference/kotlin/android/provider/CalendarContract.Events), [CalendarContract.EventsEntity](/reference/kotlin/android/provider/CalendarContract.EventsEntity) |-------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------| | [CalendarContract.CalendarEntity](/reference/kotlin/android/provider/CalendarContract.CalendarEntity) | Class that represents a Calendar Entity. | | [CalendarContract.Calendars](/reference/kotlin/android/provider/CalendarContract.Calendars) | Constants and helpers for the Calendars table, which contains details for individual calendars. | | [CalendarContract.Events](/reference/kotlin/android/provider/CalendarContract.Events) | Constants and helpers for the Events table, which contains details for individual events. | | [CalendarContract.EventsEntity](/reference/kotlin/android/provider/CalendarContract.EventsEntity) | Class that represents an Event Entity. | |\n\nGeneric columns for use by sync adapters. The specific functions of these columns are private to the sync adapter. Other clients of the API should not attempt to either read or write this column. These columns are editable as part of the Calendars Uri, but can only be read if accessed through any other Uri.\n\nSummary\n-------\n\n| Constants ||\n|-----------------------------------------------------------------------------------------|----------------------------------------------------------------------------------|\n| static [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) | [CAL_SYNC1](#CAL_SYNC1:kotlin.String) Generic column for use by sync adapters. |\n| static [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) | [CAL_SYNC10](#CAL_SYNC10:kotlin.String) Generic column for use by sync adapters. |\n| static [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) | [CAL_SYNC2](#CAL_SYNC2:kotlin.String) Generic column for use by sync adapters. |\n| static [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) | [CAL_SYNC3](#CAL_SYNC3:kotlin.String) Generic column for use by sync adapters. |\n| static [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) | [CAL_SYNC4](#CAL_SYNC4:kotlin.String) Generic column for use by sync adapters. |\n| static [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) | [CAL_SYNC5](#CAL_SYNC5:kotlin.String) Generic column for use by sync adapters. |\n| static [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) | [CAL_SYNC6](#CAL_SYNC6:kotlin.String) Generic column for use by sync adapters. |\n| static [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) | [CAL_SYNC7](#CAL_SYNC7:kotlin.String) Generic column for use by sync adapters. |\n| static [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) | [CAL_SYNC8](#CAL_SYNC8:kotlin.String) Generic column for use by sync adapters. |\n| static [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) | [CAL_SYNC9](#CAL_SYNC9:kotlin.String) Generic column for use by sync adapters. |\n\nConstants\n---------\n\n### CAL_SYNC1\n\nAdded in [API level 14](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels) \n\n```\nstatic val CAL_SYNC1: String\n```\n\nGeneric column for use by sync adapters. Column name.\n\nType: TEXT \n\n Value: \"cal_sync1\"\n\n### CAL_SYNC10\n\nAdded in [API level 14](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels) \n\n```\nstatic val CAL_SYNC10: String\n```\n\nGeneric column for use by sync adapters. Column name.\n\nType: TEXT \n\n Value: \"cal_sync10\"\n\n### CAL_SYNC2\n\nAdded in [API level 14](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels) \n\n```\nstatic val CAL_SYNC2: String\n```\n\nGeneric column for use by sync adapters. Column name.\n\nType: TEXT \n\n Value: \"cal_sync2\"\n\n### CAL_SYNC3\n\nAdded in [API level 14](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels) \n\n```\nstatic val CAL_SYNC3: String\n```\n\nGeneric column for use by sync adapters. Column name.\n\nType: TEXT \n\n Value: \"cal_sync3\"\n\n### CAL_SYNC4\n\nAdded in [API level 14](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels) \n\n```\nstatic val CAL_SYNC4: String\n```\n\nGeneric column for use by sync adapters. Column name.\n\nType: TEXT \n\n Value: \"cal_sync4\"\n\n### CAL_SYNC5\n\nAdded in [API level 14](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels) \n\n```\nstatic val CAL_SYNC5: String\n```\n\nGeneric column for use by sync adapters. Column name.\n\nType: TEXT \n\n Value: \"cal_sync5\"\n\n### CAL_SYNC6\n\nAdded in [API level 14](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels) \n\n```\nstatic val CAL_SYNC6: String\n```\n\nGeneric column for use by sync adapters. Column name.\n\nType: TEXT \n\n Value: \"cal_sync6\"\n\n### CAL_SYNC7\n\nAdded in [API level 14](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels) \n\n```\nstatic val CAL_SYNC7: String\n```\n\nGeneric column for use by sync adapters. Column name.\n\nType: TEXT \n\n Value: \"cal_sync7\"\n\n### CAL_SYNC8\n\nAdded in [API level 14](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels) \n\n```\nstatic val CAL_SYNC8: String\n```\n\nGeneric column for use by sync adapters. Column name.\n\nType: TEXT \n\n Value: \"cal_sync8\"\n\n### CAL_SYNC9\n\nAdded in [API level 14](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels) \n\n```\nstatic val CAL_SYNC9: String\n```\n\nGeneric column for use by sync adapters. Column name.\n\nType: TEXT \n\n Value: \"cal_sync9\""]]