iCal::Parser::HTML

iCal::Parser::HTML is a Perl module to generate HTML calendars from iCalendars.
Download

iCal::Parser::HTML Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Rick Frankel
  • Publisher web site:
  • http://search.cpan.org/~rfrankel/iCal-Parser-HTML-1.06/lib/iCal/Parser/HTML.pm

iCal::Parser::HTML Tags


iCal::Parser::HTML Description

iCal::Parser::HTML is a Perl module to generate HTML calendars from iCalendars. iCal::Parser::HTML is a Perl module to generate HTML calendars from iCalendars.SYNOPSIS use iCal::Parser::HTML; my $parser=iCal::Parser::HTML->new; print $parser->parse(type=>$type,start=>$date,files=>);This module uses iCal::Parser::SAX and XML::LibXSLT with included stylesheets to generates html calendars from icalendars.The html document generated includes (when appropriate) a sidebar containing a legend, a list of todos and a three month calendar for the previous, current and next months.The stylesheets are stored in the HTML/stylesheet directory under the installed package directory.Also included in this package are an optionally installed command line program "ical2html" in scripts and, in the example directory, a cgi handler ("ical.cgi" in examples) and a stylesheet ("calendar.css" in examples) for formatting the html output. Note that the html output will look quite broken without the stylesheet. Requirements: · Perl


iCal::Parser::HTML Related Software