NAME
ical2xml - Convert iCalendar files to HTML
SYNOPSIS
ical2html [options] file.ics ..
DESCRIPTION
This program uses iCal::Parser::HTML to convert iCalendar files to HTML.
Mutlple input files are merged into a single HTML calendar.
OPTIONS
- -d yyyy[mm[dd]]
-
The date to output events for. If no date specified, uses today.
- -w
-
Output one week calendar for the week containing the date specified above.
- -m
-
Output one month calendar for the month containing the date specified above.
- -y
-
Output one year calendar for the year containing the date specified above.
- -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.