[ Version ( since = "3.2" ) ]
public void respond_send_objects (uint32 opid, owned Error? error, SList<string> users, string calobj)
Notifies listeners of the completion of the send_objects method call.
| this |
A calendar client interface. |
| opid |
associated operation id |
| error |
Operation error, if any, automatically freed if passed it. |
| users |
List of users. |
| calobj |
An iCalendar string representing the object sent. |