[ Version ( since = "3.10" ) ]
public async string send_objects (string calobj, OperationFlags opflags, Cancellable? cancellable) throws Error
Asynchronously sends meeting information in calobj.
The this may modify calobj and send meeting information only to particular users.
When the operation is finished, callback will be called. You can then call send_objects.end to
get the result of the operation.
| this |
an CalBackend |
| calobj |
an iCalendar string |
| opflags |
bit-or of OperationFlags |
| cancellable |
optional Cancellable object, or null |
| callback |
a TaskReadyCallback to call when the request is satisfied |
| user_data |
data to pass to the callback function |