get_object_list_sync
Description:
public bool get_object_list_sync (string sexp, out SList<Component> out_icalcomps, Cancellable? cancellable = null) throws Error
Gets a list of objects from the calendar that match the query specified by the sexp
argument.
The objects will be returned in the out_icalcomps
argument, which is a list of
Component. This list should be freed with
util_free_object_slist.
Parameters:
this |
an Client |
sexp |
an S-expression representing the query |
out_icalcomps |
list of matching Component<!-- -->s |
cancellable |
a Cancellable; can be null |
Returns:
true if successful, false otherwise. |