blob: 2e925d62fa1adc7c58fd42661765f223f4ca6184 (
plain) (
blame)
1
2
3
4
5
6
7
|
This module processes iCalendar (vCalendar 2.0) files as specified in
RFC 2445 into a data structure. It handles recurrences ("RRULE"s),
exclusions ("EXDATE"s), event updates (events with a "RECURRENCE-ID"),
and nested data structures ("ATTENDEES" and "VALARM"s). It currently
ignores the "VTIMEZONE", "VJOURNAL" and "VFREEBUSY" entry types.
WWW: https://metacpan.org/release/iCal-Parser
|