CalendarContract.CalendarColumns.AllowedAttendeeTypes Field

Definition

Caution

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

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

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

Field Value

Attributes

Remarks

A comma separated list of attendee types supported for this calendar in the format "#,#,#". Valid types are Attendees#TYPE_NONE, Attendees#TYPE_OPTIONAL, Attendees#TYPE_REQUIRED, Attendees#TYPE_RESOURCE. Setting this field to only Attendees#TYPE_NONE should be used to indicate that changing the attendee type is not supported.

Java documentation for android.provider.CalendarContract.CalendarColumns.ALLOWED_ATTENDEE_TYPES.

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