[ Version ( since = "3.6" ) ]
public void modify_objects (DataCal cal, Cancellable? cancellable, SList<string> calobjs, ObjModType mod, OperationFlags opflags, out SList<Component> old_components, out SList<Component> new_components) throws Error
Calls the modify_objects_sync method on the given backend.
| this |
An ECalBackendSync object. |
| cal |
An EDataCal object. |
| cancellable |
a Cancellable for the operation |
| calobjs |
Objects to be modified. |
| mod |
Type of modification to be done. |
| opflags |
bit-or of OperationFlags |
| old_components |
Placeholder for returning the old components as they were stored on the backend. |
| new_components |
Placeholder for returning the new components as they have been stored on the backend. |