Gets free/busy information from the calendar server.
The out_freebusy
contains all VFREEBUSY Component-s, which could be also
received by "free-busy-data" signal. The client is responsible to do a merge of the components between this complete list and those
received through the signal.
this |
an Client |
start |
Start time for query |
end |
End time for query |
users |
List of users to retrieve free/busy information for |
out_freebusy |
a SList of Component-s with overall returned Free/Busy data |
cancellable |
a Cancellable; can be null |
true if successful, false otherwise. |