get_objects_for_uid_sync


Description:

public bool get_objects_for_uid_sync (string uid, out SList<Component> out_ecalcomps, Cancellable? cancellable = null) throws Error

Queries a calendar for all calendar components with the given unique ID.

This will return any recurring event and all its detached recurrences. For non-recurring events, it will just return the object with that ID. This list should be freed with util_free_object_slist .

Parameters:

this

an Client

uid

Unique identifier for a calendar component

out_ecalcomps

Return location for the list of objects obtained from the backend

cancellable

a Cancellable; can be null

Returns:

true if successful, false otherwise.