get_objects_for_uid_sync


Description:

public bool get_objects_for_uid_sync (string uid, out SList<CalComponent> 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 free_ecalcomp_slist.

Parameters:

uid

Unique identifier for a calendar component

ecalcomps

Return value for the list of objects obtained from the backend

cancellable

a Cancellable; can be null

Returns:

true if successful, false otherwise.