CalendarContract.CalendarColumns.CalendarColorKey Field

Definition

Caution

Use 'Android.Provider.CalendarContract.ICalendarColumns.CalendarColorKey'. This class will be removed in a future release.

A key for looking up a color from the Colors table.

[Android.Runtime.Register("CALENDAR_COLOR_KEY")]
[System.Obsolete("Use 'Android.Provider.CalendarContract.ICalendarColumns.CalendarColorKey'. This class will be removed in a future release.")]
public const string CalendarColorKey;
[<Android.Runtime.Register("CALENDAR_COLOR_KEY")>]
[<System.Obsolete("Use 'Android.Provider.CalendarContract.ICalendarColumns.CalendarColorKey'. This class will be removed in a future release.")>]
val mutable CalendarColorKey : string

Field Value

Attributes

Remarks

A key for looking up a color from the Colors table. NULL or an empty string are reserved for indicating that the calendar does not use a key for looking up the color. The provider will update #CALENDAR_COLOR automatically when a valid key is written to this column. The key must reference an existing row of the Colors table.

Java documentation for android.provider.CalendarContract.CalendarColumns.CALENDAR_COLOR_KEY.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to