get_objects_for_uid
Description:
public async bool get_objects_for_uid (string uid, Cancellable? cancellable, out SList<CalComponent> ecalcomps) 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.
The call is finished by get_objects_for_uid.end from the callback.
Parameters:
| uid |
Unique identifier for a calendar component |
| cancellable |
a Cancellable; can be null |
| callback |
callback to call when a result is ready |
| user_data |
user data for the |