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.
| 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 |
|
true if successful, false otherwise. |