create_objects_finish


Description:

public bool create_objects_finish (AsyncResult result, out SList<string> uids) throws Error

Finishes previous call of e_cal_client_create_objects and sets uids to newly assigned UIDs for the created objects.

This uids should be freed with util_free_string_slist.

Parameters:

result

a AsyncResult

uids

Return value for the UIDs assigned to the new components by the calendar backend

Returns:

true if successful, false otherwise.