NAME
ical2xml - Convert iCalendar files to XML
SYNOPSIS
ical2xml [options] file.ics ..
DESCRIPTION
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.
OPTIONS
- -f yyyymmdd
-
only output events from inclusive date
- -t yyyymmdd
-
only output events until date
- m num
-
only output events num month from the start date
- z tz
-
adjust dates to specified timezone (defaults to local timezone)
- -T
-
don't output todos
- -E
-
don't output events
- -d
-
debug
- -h
-
the ususal
AUTHOR
Rick Frankel, cpan@rickster.com
COPYRIGHT
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.