Share via


CalendarContract.CalendarAlerts.InterfaceConsts.AllowedAttendeeTypes Field

Definition

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

[Android.Runtime.Register("ALLOWED_ATTENDEE_TYPES")]
public const string AllowedAttendeeTypes;
[<Android.Runtime.Register("ALLOWED_ATTENDEE_TYPES")>]
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