get_object_list


Description:

public async void get_object_list (string sexp, Cancellable? cancellable)

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

The call is finished by get_object_list.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