modify_objects_sync


Description:

[ Version ( since = "3.6" ) ]
public bool modify_objects_sync (SList<Component> icalcomps, ObjModType mod, OperationFlags opflags, Cancellable? cancellable = null) throws Error

Requests the calendar backend to modify existing objects.

If an object does not exist on the calendar, an error will be returned.

For recurrent appointments, the mod argument specifies what to modify, if all instances ( ALL), a single instance ( THIS), or a specific set of instances ( THIS_AND_PRIOR and THIS_AND_FUTURE).

Parameters:

this

an Client

icalcomps

Components to modify

mod

Type of modification

opflags

bit-or of OperationFlags

cancellable

a Cancellable; can be null

Returns:

true if successful, false otherwise.