Share via


CalendarContract.AttendeesColumns.TypeResource Field

Definition

Caution

This constant will be removed in the future version. Use Android.Provider.CalendarAttendeesColumn enum directly instead of this field.

This specifies that an attendee is a resource, like a room, a cabbage, or something and not an actual person.

[Android.Runtime.Register("TYPE_RESOURCE")]
[System.Obsolete("This constant will be removed in the future version. Use Android.Provider.CalendarAttendeesColumn enum directly instead of this field.", true)]
public const Android.Provider.CalendarAttendeesColumn TypeResource = 3;
[<Android.Runtime.Register("TYPE_RESOURCE")>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Provider.CalendarAttendeesColumn enum directly instead of this field.", true)>]
val mutable TypeResource : Android.Provider.CalendarAttendeesColumn

Field Value

Value = 3
Attributes

Remarks

This specifies that an attendee is a resource, like a room, a cabbage, or something and not an actual person.

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

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