get_free_busy_sync


Description:

public bool get_free_busy_sync (long start, long end, SList<string> users, out SList<Component> out_freebusy, Cancellable? cancellable = null) throws Error

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.

Parameters:

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

Returns:

true if successful, false otherwise.