Share via


CalendarContract.CalendarAlerts.InterfaceConsts.Availability Field

Definition

If this event counts as busy time or is still free time that can be scheduled over.

[Android.Runtime.Register("AVAILABILITY")]
public const string Availability;
[<Android.Runtime.Register("AVAILABILITY")>]
val mutable Availability : string

Field Value

Attributes

Remarks

If this event counts as busy time or is still free time that can be scheduled over. Column name.

Type: INTEGER (One of #AVAILABILITY_BUSY, #AVAILABILITY_FREE, #AVAILABILITY_TENTATIVE)

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

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