CalendarContract.Attendees.InterfaceConsts.EventColorKey Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A secondary color key for the individual event.
[Android.Runtime.Register("EVENT_COLOR_KEY")]
public const string EventColorKey;
[<Android.Runtime.Register("EVENT_COLOR_KEY")>]
val mutable EventColorKey : string
Field Value
- Attributes
Remarks
A secondary color key for the individual event. NULL or an empty string are reserved for indicating that the event does not use a key for looking up the color. The provider will update #EVENT_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.EventsColumns.EVENT_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.