Searches the this with the given sexp and returns ECalComponentId for those components
which satisfy the search expression.
The out_ids should be freed with g_slist_free_full (ids, (GDestroyNotify) e_cal_component_id_free); when no longer needed.
| this |
an CalCache |
| sexp |
search expression; use null or an empty string to list all stored components |
| out_ids |
IDs of stored components satisfied by |
| cancellable |
optional Cancellable object, or null |
|
Whether succeeded. |