receive_objects_sync


Description:

[ Version ( since = "3.10" ) ]
public bool receive_objects_sync (string calobj, OperationFlags opflags, Cancellable? cancellable = null) throws Error

Receives the set of iCalendar objects specified by calobj.

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

If an error occurs, the function will set throws and return false.

Parameters:

this

an CalBackend

calobj

an iCalendar string

opflags

bit-or of OperationFlags

cancellable

optional Cancellable object, or null

Returns:

true on success, false on failure