receive_objects_sync
Description:
public bool receive_objects_sync (Component icalcomp, OperationFlags opflags, Cancellable? cancellable = null) 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.
Parameters:
| this |
an Client |
| icalcomp |
An Component |
| opflags |
bit-or of OperationFlags |
| cancellable |
a Cancellable; can be null |
Returns:
|
true if successful, false otherwise. |