Class CalendarEventIterator

java.lang.Object
ch.tocco.nice2.optional.calendar.api.util.CalendarEventIterator
All Implemented Interfaces:
Iterator<CalendarEvent>

public class CalendarEventIterator extends Object implements Iterator<CalendarEvent>
Iterates over CalendarEvents of one or more Calendars. This iterator is read-only, the remove() method is not supported.

If start- and end-date are specified, it will resolve RecurringEvents to its recurrence sets.