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).
Mutlple input files are merged into a single XML ouput 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
- -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.