| Module | Vpim::Icalendar::Property::Recurrence |
| In: |
lib/vpim/property/recurrence.rb
|
Occurrences are calculated from DTSTART and RRULE. If there is no RRULE, the component occurs only once, at the start time.
Limitations:
Only a single RRULE: is currently supported, this is the most common case.
The times this components occurs. If a block is not provided, returns an enumerator.
Occurrences may be infinite, dountil can be provided to limit the iterations, see Rrule#each.