CalendarContract.Calendars.InterfaceConsts.CanPartiallyUpdate Field

Definition

If set to 1 this causes events on this calendar to be duplicated with Events#LAST_SYNCED set to 1 whenever the event transitions from non-dirty to dirty.

[Android.Runtime.Register("CAN_PARTIALLY_UPDATE")]
public const string CanPartiallyUpdate;
[<Android.Runtime.Register("CAN_PARTIALLY_UPDATE")>]
val mutable CanPartiallyUpdate : string

Field Value

Attributes

Remarks

If set to 1 this causes events on this calendar to be duplicated with Events#LAST_SYNCED set to 1 whenever the event transitions from non-dirty to dirty. The duplicated event will not be expanded in the instances table and will only show up in sync adapter queries of the events table. It will also be deleted when the originating event has its dirty flag cleared by the sync adapter.

Type: INTEGER (boolean)

Java documentation for android.provider.CalendarContract.SyncColumns.CAN_PARTIALLY_UPDATE.

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