Share via


CalendarContract.ExtendedProperties.InterfaceConsts.IsOrganizer Field

Definition

Are we the organizer of this event.

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