CalendarContract.EventsColumns.CalendarId Field

Definition

Caution

Use 'Android.Provider.CalendarContract.IEventsColumns.CalendarId'. This class will be removed in a future release.

The Calendars#_ID of the calendar the event belongs to.

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

Field Value

Attributes

Remarks

The Calendars#_ID of the calendar the event belongs to. Column name.

Type: INTEGER

Java documentation for android.provider.CalendarContract.EventsColumns.CALENDAR_ID.

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