CalendarContract.CalendarColumns.AllowedAvailability Field

Definition

Caution

Use 'Android.Provider.CalendarContract.ICalendarColumns.AllowedAvailability'. This class will be removed in a future release.

A comma separated list of availability types supported for this calendar in the format "#,#,#".

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

Field Value

Attributes

Remarks

A comma separated list of availability types supported for this calendar in the format "#,#,#". Valid types are Events#AVAILABILITY_BUSY, Events#AVAILABILITY_FREE, Events#AVAILABILITY_TENTATIVE. Setting this field to only Events#AVAILABILITY_BUSY should be used to indicate that changing the availability is not supported.

Java documentation for android.provider.CalendarContract.CalendarColumns.ALLOWED_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