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.
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 |
true if successful, false otherwise. |