[ 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.
| 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 |
|
true on success, false on failure |