respond_get_free_busy


Description:

[ Version ( since = "3.2" ) ]
public void respond_get_free_busy (uint32 opid, owned Error? error, SList<string> freebusy)

Notifies listeners of the completion of the get_free_busy method call.

To pass actual free/busy objects to the client asynchronously use report_free_busy_data, but the freebusy should contain all the objects being used in report_free_busy_data.

Parameters:

this

A calendar client interface.

opid

associated operation id

error

Operation error, if any, automatically freed if passed it.

freebusy

a SList of iCalendar strings with all gathered free/busy components.