Net::ICal::Recurrence -- Represent a single recurrence rule |
count(N)
until(ICAL_TIME)
interval(N)
wkst(WEEKDAY)
Net::ICal::Recurrence -- Represent a single recurrence rule
use Net::ICal::Recurrence; $rrule = new Net::ICal::Recurrence([ OPTION_PAIRS ]) ;
This implementation of Recurrences needs serious work and refactoring for clarity. The API is not stable. Patches and suggestions welcome.
Recurrence holds a single recurrence property, ala section 4.3.10 of RFC 2445.
Create a new recurrence rule. Values for any of the accessors (below) may be specified at intialization time.
Net::ICal::Recurrence -- Represent a single recurrence rule |