Jay Lawrence _is_ working on the .ics file parser: package Text::vFile::Base; ... =item load_singleDate Loads a date creating a DateTime::Format::ICal object. Thanks Dave! =cut ... =item load_singleDuration Loads a data duration using DateTime::Format::ICal. =cut
(from Text::vFile 0.5 in CPAN) There is no support for recurrences yet, but that's easy to add, I think. - Flavio S. Glock
