The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Net::ICal::Recurrence -- Represent a single recurrence rule

SYNOPSIS

  use Net::ICal::Recurrence;
  $rrule = new Net::ICal::Recurrence([ OPTION_PAIRS ]) ;

WARNING

This implementation of Recurrences needs serious work and refactoring for clarity. The API is not stable. Patches and suggestions welcome.

DESCRIPTION

Recurrence holds a single recurrence property, ala section 4.3.10 of RFC 2445.

CONSTRUCTOR

new([ OPTIONS_PAIRS ])

Create a new recurrence rule. Values for any of the accessors (below) may be specified at intialization time.