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