CalendarContract.EventsColumns.AvailabilityBusy Field

Definition

Caution

This constant will be removed in the future version. Use Android.Provider.EventsAvailability enum directly instead of this field.

Indicates that this event takes up time and will conflict with other events.

[Android.Runtime.Register("AVAILABILITY_BUSY")]
[System.Obsolete("This constant will be removed in the future version. Use Android.Provider.EventsAvailability enum directly instead of this field.", true)]
public const Android.Provider.EventsAvailability AvailabilityBusy = 0;
[<Android.Runtime.Register("AVAILABILITY_BUSY")>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Provider.EventsAvailability enum directly instead of this field.", true)>]
val mutable AvailabilityBusy : Android.Provider.EventsAvailability

Field Value

Value = 0
Attributes

Remarks

Indicates that this event takes up time and will conflict with other events.

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

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