get_free_busy_sync
Description:
public bool get_free_busy_sync (long start, long end, SList<string> users, Cancellable? cancellable = null) throws Error
Gets free/busy information from the calendar server.
All VFREEBUSY CalComponent-s were received by "free-busy-data" signal.
Parameters:
start |
Start time for query |
end |
End time for query |
users |
List of users to retrieve free/busy information for |
cancellable |
a Cancellable; can be null |
Returns:
true if successful, false otherwise. |