[ Version ( since = "3.10" ) ]
public async bool create_objects (string calobjs, OperationFlags opflags, Cancellable? cancellable) throws Error
Asynchronously creates one or more new iCalendar objects from calobjs.
When the operation is finished, callback will be called. You can then call create_objects.end to
get the result of the operation.
| this |
an CalBackend |
| calobjs |
a null-terminated array of iCalendar strings |
| opflags |
bit-or of OperationFlags |
| cancellable |
optional Cancellable object, or null |
| callback |
a TaskReadyCallback to call when the request is satisifed |
| user_data |
data to pass to the callback function |