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