Queries a calendar for a calendar component object based on its unique identifier.
This function always returns master object for a case of rid being NULL or an empty string. This component should be freed
with unref, when no longer needed.
Use get_objects_for_uid_sync to get list of all objects for the given uid, which includes master object and all detached instances.
| this |
an Client |
| uid |
Unique identifier for a calendar component. |
| rid |
Recurrence identifier. |
| out_icalcomp |
Return value for the calendar component object. |
| cancellable |
a Cancellable; can be null |
|
true if successful, false otherwise. |