Data::ICal::Entry::TimeZone

Data::ICal::Entry::TimeZone is a Perl module to represents a time zone definition in an iCalendar file.
Download

Data::ICal::Entry::TimeZone Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Jesse Vincent
  • Publisher web site:
  • http://search.cpan.org/~jesse/

Data::ICal::Entry::TimeZone Tags


Data::ICal::Entry::TimeZone Description

Data::ICal::Entry::TimeZone is a Perl module to represents a time zone definition in an iCalendar file. Data::ICal::Entry::TimeZone is a Perl module to represents a time zone definition in an iCalendar file.SYNOPSIS my $vtimezone = Data::ICal::Entry::TimeZone->new(); $vtimezone->add_properties( tzid => "US-Eastern", tzurl => "http://zones.stds_r_us.net/tz/US-Eastern" ); $vtimezone->add_entry($daylight); # daylight/ standard not yet implemented $vtimezone->add_entry($standard); # :-( $calendar->add_entry($vtimezone);A Data::ICal::Entry::TimeZone object represents the declaration of a time zone in an iCalendar file. (Note that the iCalendar RFC refers to entries as "components".) It is a subclass of Data::ICal::Entry and accepts all of its methods.This module is not yet useful, because every time zone declaration needs to contain at least one STANDARD or DAYLIGHT component, and these have not yet been implemented. Requirements: · Perl


Data::ICal::Entry::TimeZone Related Software