CalendarContract.EventsColumns.IsOrganizer Field

Definition

Caution

Use 'Android.Provider.CalendarContract.IEventsColumns.IsOrganizer'. This class will be removed in a future release.

Are we the organizer of this event.

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

Field Value

Attributes

Remarks

Are we the organizer of this event. If this column is not explicitly set, the provider will return 1 if #ORGANIZER is equal to Calendars#OWNER_ACCOUNT. Column name.

Type: STRING

Java documentation for android.provider.CalendarContract.EventsColumns.IS_ORGANIZER.

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