Help for this page

Select Code to Download


  1. or download this
    my @calendars = $cal->get_calendars;
    my ($c) = grep { $_->title =~ m!default!i } $cal->get_calendars;
    ...
        }
        exit;
    }