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


Net-ICal documentation  | view source Contained in the Net-ICal distribution.

Index


NAME

Top

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

SYNOPSIS

Top

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

WARNING

Top

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

DESCRIPTION

Top

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

CONSTRUCTOR

Top

new([ OPTIONS_PAIRS ])

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


Net-ICal documentation  | view source Contained in the Net-ICal distribution.