get_object_list_as_comps_sync
Description:
public bool get_object_list_as_comps_sync (string sexp, out SList<CalComponent> ecalcomps, 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 ecalcomps
argument, which is a list of
CalComponent. This list should be freed with
free_ecalcomp_slist().
Parameters:
sexp |
an S-expression representing the query |
ecalcomps |
list of matching CalComponent<!-- -->s |
cancellable |
a Cancellable; can be null |
Returns:
true if successful, false otherwise. |