[ Version ( since = "3.6" ) ]
public void respond_create_objects (uint32 opid, owned Error? error, SList<string> uids, SList<Component> new_components)
Notifies listeners of the completion of the create_objects method call.
| this |
A calendar client interface. |
| opid |
associated operation id |
| error |
Operation error, if any, automatically freed if passed it. |
| uids |
UIDs of the objects created. |
| new_components |
The newly created Component objects. |