CalendarContract.CalendarColumns.SyncEvents Field

Definition

Caution

Use 'Android.Provider.CalendarContract.ICalendarColumns.SyncEvents'. This class will be removed in a future release.

Is this calendar synced and are its events stored on the device? 0 - Do not sync this calendar or store events for this calendar.

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

Field Value

Attributes

Remarks

Is this calendar synced and are its events stored on the device? 0 - Do not sync this calendar or store events for this calendar. 1 - Sync down events for this calendar.

Type: INTEGER (boolean)

Java documentation for android.provider.CalendarContract.CalendarColumns.SYNC_EVENTS.

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