Prune devel/py-EnthoughtBase
[dports.git] / devel / p5-Tie-iCal / pkg-descr
1 Tie::iCal represents an RFC2445 iCalendar file as a Perl hash. Each key in the
2 hash represents an iCalendar component like VEVENT, VTODO or VJOURNAL. Each
3 component in the file must have a unique UID property as specified in the RFC
4 2445. A file containing non-unique UIDs can be converted to have only unique
5 UIDs (see samples/uniquify.pl).
6
7 The module makes very little effort in understanding what each iCalendar
8 property means and concentrates on the format of the iCalendar file only.
9
10 WWW: http://search.cpan.org/dist/Tie-iCal/