The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Date::ICal - Perl extension for ICalendar date objects.

SYNOPSIS

    my $zones = Net::ICal::VTIMEZONES::timezones;

    # a list of all the zones
    @zonenames = keys %{$timezones};

    # to get a file to load VTIMEZONE data from
    $zonefile = $zones->{'America/Bogota'}->{'file'};
    

METHODS

timezones

Returns a hashref of hashrefs; the hashref's keys are names of timezones. Each timezone hash has one element at present, "file", which is the file where you can get VTIMEZONE information for this timezone.