[ Version ( since = "3.6" ) ]
public void create_objects (DataCal cal, Cancellable? cancellable, SList<string> calobjs, OperationFlags opflags, out SList<string> uids, out SList<Component> new_components) throws Error
Calls the create_objects_sync method on the given backend.
| this |
An ECalBackendSync object. |
| cal |
An EDataCal object. |
| cancellable |
a Cancellable for the operation |
| calobjs |
The objects to be added. |
| opflags |
bit-or of OperationFlags |
| uids |
Placeholder for server-generated UIDs. |
| new_components |
Placeholder for returned Component objects. |