modify_objects_sync


Description:

[ Version ( since = "3.10" ) ]
public bool modify_objects_sync (string calobjs, ObjModType mod, OperationFlags opflags, Cancellable? cancellable = null) throws Error

Modifies one or more iCalendar objects according to calobjs and mod.

If an error occurs, the function will set throws and return false.

Parameters:

this

an CalBackend

calobjs

a null-terminated array of iCalendar strings

mod

modification type for recurrences

opflags

bit-or of OperationFlags

cancellable

optional Cancellable object, or null

Returns:

true on success, false on failure