Represents a recurrence rule for an event series.
Note that this class also behaves like the EventRecurrence that it belongs to, allowing you to chain rule creation together like so:
recurrence.addDailyRule().times(3).interval(2).addWeeklyExclusion().times(2);
times(times) interval(interval)
Represents a recurrence rule for an event series.
Note that this class also behaves like the EventRecurrence that it belongs to, allowing you to chain rule creation together like so:
times(times) interval(interval)