
ical2xml - Convert iCalendar files to XML

ical2xml [options] file.ics ..

This program uses iCal::Parser::SAX to convert iCalendar files to XML.
The xml document generated is designed for creating monthly calendars with weeks beginning on monday (e.g., by passing the output through an xsl styleheet).
Multiple input files are merged into a single XML output stream.

only output events from inclusive date
only output events until date
only output events num month from the start date
adjust dates to specified timezone (defaults to local timezone)
don't output todos
don't output events
debug
the ususal

Rick Frankel, cpan@rickster.com

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
The full text of the license can be found in the LICENSE file included with this module.
