[ Version ( since = "3.10" ) ]
public async bool receive_objects (string calobj, OperationFlags opflags, Cancellable? cancellable) throws Error
Asynchronously receives the set of iCalendar objects specified by calobj.
This is used for iTIP confirmation and cancellation messages for scheduled meetings.
When the operation is finished, callback will be called. You can then call receive_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 |