[ Version ( since = "3.10" ) ]
public bool get_free_busy_sync (time_t start, time_t end, string[] users, SList<string> out_freebusy, Cancellable? cancellable = null) throws Error
Obtains a free/busy object for the list of users in the time interval between start and end.
The free/busy results can be returned through the report_free_busy_data function asynchronously. The out_freebusy will contain all the returned data, possibly again, thus the client is responsible for the data merge, if needed.
If an error occurs, the function will set throws and return false.
| this |
an CalBackend |
| start |
start time |
| end |
end time |
| users |
a null-terminated array of user strings |
| out_freebusy |
iCalendar strings with overall returned Free/Busy data |
| cancellable |
optional Cancellable object, or null |
|
true on success, false on failure. |