get_alarms_for_object


Description:

[ Deprecated ( since = "3.2" ) ]
public bool get_alarms_for_object (CalComponentId id, long start, long end, CalComponentAlarms alarms)

Warning: get_alarms_for_object is deprecated.

Queries a calendar for the alarms of a particular object that trigger in the specified range of time.

Parameters:

id

Unique identifier for a calendar component.

start

Start time for query.

end

End time for query.

alarms

Return value for the component's alarm instances. Will return NULL if no instances occur within the specified time range. This should be freed using the free function.

Returns:

TRUE on success, FALSE if the object was not found.