to top
Android APIs
Since: API Level 14
protected static interface

CalendarContract.CalendarSyncColumns

android.provider.CalendarContract.CalendarSyncColumns
Known Indirect Subclasses

Class Overview

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
String CAL_SYNC1 Generic column for use by sync adapters.
String CAL_SYNC10 Generic column for use by sync adapters.
String CAL_SYNC2 Generic column for use by sync adapters.
String CAL_SYNC3 Generic column for use by sync adapters.
String CAL_SYNC4 Generic column for use by sync adapters.
String CAL_SYNC5 Generic column for use by sync adapters.
String CAL_SYNC6 Generic column for use by sync adapters.
String CAL_SYNC7 Generic column for use by sync adapters.
String CAL_SYNC8 Generic column for use by sync adapters.
String CAL_SYNC9 Generic column for use by sync adapters.

Constants

public static final String CAL_SYNC1

Since: API Level 14

Generic column for use by sync adapters. Column name.

Type: TEXT

Constant Value: "cal_sync1"

public static final String CAL_SYNC10

Since: API Level 14

Generic column for use by sync adapters. Column name.

Type: TEXT

Constant Value: "cal_sync10"

public static final String CAL_SYNC2

Since: API Level 14

Generic column for use by sync adapters. Column name.

Type: TEXT

Constant Value: "cal_sync2"

public static final String CAL_SYNC3

Since: API Level 14

Generic column for use by sync adapters. Column name.

Type: TEXT

Constant Value: "cal_sync3"

public static final String CAL_SYNC4

Since: API Level 14

Generic column for use by sync adapters. Column name.

Type: TEXT

Constant Value: "cal_sync4"

public static final String CAL_SYNC5

Since: API Level 14

Generic column for use by sync adapters. Column name.

Type: TEXT

Constant Value: "cal_sync5"

public static final String CAL_SYNC6

Since: API Level 14

Generic column for use by sync adapters. Column name.

Type: TEXT

Constant Value: "cal_sync6"

public static final String CAL_SYNC7

Since: API Level 14

Generic column for use by sync adapters. Column name.

Type: TEXT

Constant Value: "cal_sync7"

public static final String CAL_SYNC8

Since: API Level 14

Generic column for use by sync adapters. Column name.

Type: TEXT

Constant Value: "cal_sync8"

public static final String CAL_SYNC9

Since: API Level 14

Generic column for use by sync adapters. Column name.

Type: TEXT

Constant Value: "cal_sync9"