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
.
this |
an Client |
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 |