foreach_recurrence


Description:

[ Version ( since = "3.0.5" ) ]
public void foreach_recurrence (Time start, Time end, ComponentForeachRecurrenceFunc? callback)

Cycles through all recurrences of an event.

This function will call the specified callback function for once for the base value of DTSTART, and foreach recurring date/time value. It will filter out events that are specified as an EXDATE or an EXRULE.

Parameters:

this

The Component to be queried

start

Ignore timespans before this

end

Ignore timespans after this

callback

Function called for each timespan within the range

user_data

The user data for callback function