Closed pli2019 closed 1 year ago
the way this is supposed to work now is by decorating the InstanceIterable
like this
RecurrenceSet recurSet = new RecurrenceSet(
firstInstance,
new FastForwarded(fastForwardTo, new RuleInstances(rule)),
excetpitonList);
Thanks for the reply. It works!
Hi,
I am using RecurrenceSet and it does not support fastForward().
RecurrenceSet recurSet = new RecurrenceSet(firstInstance, new RuleInstances(rule), excetpitonList);
Is there an alternate way to use fastForward on a recurrence event with exceptions? I found org.dmfs.rfc5545.recurrenceset.RecurrenceSetIterator but it is deprecated.
Thanks.