CalendarContract.EventsColumns.Uid2445 Field

Definition

Caution

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

The UID for events added from the RFC 2445 iCalendar format.

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

Field Value

Attributes

Remarks

The UID for events added from the RFC 2445 iCalendar format. Column name.

Type: TEXT

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

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