Android.Provider.CalendarContract.CalendarColumns.SyncEvents Field
Is this calendar synced and are its events stored on the device? 0 - Do not sync this calendar or store events for this calendar.

Syntax

[Android.Runtime.Register("SYNC_EVENTS")]
public const string SyncEvents

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)

[Android Documentation]

Requirements

Namespace: Android.Provider
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 14