get_object_list_as_comps


Description:

public async bool get_object_list_as_comps (string sexp, Cancellable? cancellable, out SList<CalComponent> ecalcomps) throws Error

Gets a list of objects from the calendar that match the query specified by the sexp argument, returning matching objects as a list of CalComponent-s.

The call is finished by get_object_list_as_comps.end from the callback.

Parameters:

sexp

an S-expression representing the query

cancellable

a Cancellable; can be null

callback

callback to call when a result is ready

user_data

user data for the callback