get_free_busy


Description:

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

Begins retrieval of free/busy information from the calendar server as a list of Component-s.

Connect to "free-busy-data" signal to receive chunks of free/busy components. The call is finished by get_free_busy.end from the callback.

Parameters:

this

an Client

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

callback

callback to call when a result is ready

user_data

user data for the callback