receive_objects


Description:

public async bool receive_objects (Component icalcomp, OperationFlags opflags, Cancellable? cancellable) throws Error

Makes the backend receive the set of iCalendar objects specified in the icalcomp argument.

This is used for iTIP confirmation/cancellation messages for scheduled meetings.

The call is finished by receive_objects.end from the callback.

Parameters:

this

an Client

icalcomp

An Component

opflags

bit-or of OperationFlags

cancellable

a Cancellable; can be null

callback

callback to call when a result is ready

user_data

user data for the callback