create_object_finish


Description:

public bool create_object_finish (AsyncResult result, out string uid) throws Error

Finishes previous call of e_cal_client_create_object and sets uid to newly assigned UID for the created object.

This uid should be freed with g_free.

Parameters:

result

a AsyncResult

uid

Return value for the UID assigned to the new component by the calendar backend

Returns:

true if successful, false otherwise.