get_object_list
Description:
[ Deprecated ( since = "3.2" ) ]
public bool get_object_list (string query, out List<long> objects) throws Error
public bool get_object_list (string query, out List<long> objects) throws Error
Warning: get_object_list is deprecated.
Gets a list of objects from the calendar that match the query specified by the query argument.
The objects will be returned in the objects argument, which is a list of icalcomponent. When done, this list should
be freed by using the e_cal_free_object_list function.
Parameters:
| query |
Query string. |
| objects |
Return value for list of objects. |
Returns:
|
TRUE if the operation was successful, FALSE otherwise. |