Data::ICal::TimeZone

Timezones for Data::ICal
Download

Data::ICal::TimeZone Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Richard Clamp
  • Publisher web site:
  • http://search.cpan.org/~rclamp/

Data::ICal::TimeZone Tags


Data::ICal::TimeZone Description

Timezones for Data::ICal Data::ICal::TimeZone is a Perl module with timezones for Data::ICal.SYNOPSIS use Data::ICal; use Data::ICal::TimeZone; my $cal = Data::ICal->new; my $zone = Data::ICal::TimeZone->new( timezone => 'Europe/London' ); $cal->add_event( $zone->definition ); my $event = Data::ICal::Entry::Event->new; $event->add_properties( summary => 'Go to the pub', dtstart => , dtend => , ); $cal->add_event( $event );Data::ICal::TimeZone provides a mechanism for adding the Olsen standard timezones to your ical documents, plus a copy of the Olsen timezone database. Requirements: · Perl


Data::ICal::TimeZone Related Software