send_objects_sync
Description:
public bool send_objects_sync (Component icalcomp, OperationFlags opflags, out SList<string> out_users, out Component out_modified_icalcomp, Cancellable? cancellable = null) throws Error
Requests a calendar backend to send meeting information stored in icalcomp.
The backend can modify this component and request a send to users in the out_users list.
The out_users list should be freed with
util_free_string_slist and the out_modified_icalcomp should be freed with
unref.
Parameters:
| this |
an Client |
| icalcomp |
An Component to be sent |
| opflags |
bit-or of OperationFlags |
| out_users |
List of users to send the |
| out_modified_icalcomp |
Return value for the Component to be sent |
| cancellable |
a Cancellable; can be null |
Returns:
|
true if successful, false otherwise. |