% $user = $main::User; $screenTitle="Select Calendar"; require "calendars.inc"; $calendars = &main::GetAllCalendars($main::calendars_file); $count = grep( $user->isCalendarAdmin($_->{'key'}) , @$calendars ); %>