[ Version ( since = "3.10" ) ]
public async bool get_free_busy (time_t start, time_t end, string[] users, Cancellable? cancellable) throws Error
Asynchronously obtains a free/busy object for the list of users in the time interval between start and
end.
When the operation is finished, callback will be called. You can then call get_free_busy.end to
get the result of the operation.
| this |
an CalBackend |
| start |
start time |
| end |
end time |
| users |
a null-terminated array of user strings |
| cancellable |
optional Cancellable object, or null |
| callback |
a TaskReadyCallback to call when the request is satisfied |
| user_data |
data to pass to the callback function |