get_components_in_range_as_strings


Description:

public bool get_components_in_range_as_strings (time_t range_start, time_t range_end, out SList<string> out_icalstrings, Cancellable? cancellable = null) throws Error

Gets a list of components, as iCal strings, which occur in the given time range.

Parameters:

this

an CalCache

range_start

start of the range, as time_t, inclusive

range_end

end of the range, as time_t, exclusive

out_icalstrings

return location for the iCal strings

cancellable

optional Cancellable object, or null

Returns:

Whether succeeded.