Occurrences

Hi,

I like to know how to get the next occurrences only.
I mean I would like to call:

recurrence.GenerateOccurrences(now, 1);

Any workarounds?
Thanks.
Pascal.

This issue was discussed before with another customer. I think the outcome was that this is not feasiable in Aspose.iCalendar, mostly because of the way the patterns are calculated according to the iCalendar standard. Basically, it is impossible to simply find a next occurrence without calculating all occurrences for a specific range of dates.