CalendarContract.EventsColumns.AvailabilityFree 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 is free time and will not conflict with other events.

[Android.Runtime.Register("AVAILABILITY_FREE")]
[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 AvailabilityFree = 1;
[<Android.Runtime.Register("AVAILABILITY_FREE")>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Provider.EventsAvailability enum directly instead of this field.", true)>]
val mutable AvailabilityFree : Android.Provider.EventsAvailability

Field Value

EventsAvailability
Attributes

Remarks

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