Help for this page

Select Code to Download


  1. or download this
    my $cal = Data::ICal->new(filename => 'Calendar.ics');
    
  2. or download this
    my $cal = Data::ICal->new(filename => 'Calendar.ics');
    die "Can't open calendar: ".$cal->error_message()."\n" if !$cal;