The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Revision history for Data-ICal

0.08 Sat Sep 16 14:03:03 BST 2006

    * The recur type is defined in section 4.3.10 in RFC2445.

    This type is separated by comma or semicolon as shown in "description"
    part of this section;

    | multiple "recur" values are specified by a COMMA character (US-ASCII
    decimal 44) separated list of values.

    | The rule parts are separated from each other by the SEMICOLON
    character (US-ASCII decimal 59).

    At the middle of this section, an example is presented;

    | RRULE:FREQ=MONTHLY;BYDAY=MO,TU,WE,TH,FR;BYSETPOS=-1

    See http://www.kanzaki.com/docs/ical/recur.html

        - Takeru Inoue


0.07

    * Doc patches from MARKSTOS
    * Proper quoting in properties, from MARKSTOS

0.05  Thu Oct  6 20:56:05 EDT 2005
    * Fixed a signature file

0.04  Tue Aug 30 05:30:59 EDT 2005
    * Better roundtripping to .ics

0.03  Mon Aug 15 16:05:00 EDT 2005
    * Can parse strings, not just files (this is an incompatible API change)

0.02  Wed Aug 03 11:25:00 EDT 2005
    * Parser support, thanks to Simon Wistow
    * Full Time Zone support

0.01  Wed Jul 27 11:52:12 EDT 2005

    * Initial release