CalendarContract.AttendeesColumns.AttendeeStatus Field

Definition

Caution

Use 'Android.Provider.CalendarContract.IAttendeesColumns.AttendeeStatus'. This class will be removed in a future release.

The attendance status of the attendee.

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

Field Value

Attributes

Remarks

The attendance status of the attendee. Column name.

Type: Integer (one of #ATTENDEE_STATUS_ACCEPTED, ...).

Java documentation for android.provider.CalendarContract.AttendeesColumns.ATTENDEE_STATUS.

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