Share via


CalendarContract.Calendars.InterfaceConsts.SyncEvents Field

Definition

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