<%@ include file="top.jsp" %> Here's the list of names of your public and private Google calendars:

<% for (String calendarName : (java.util.List)request.getAttribute("calendarNames")) { %> <%= calendarName %>
<% } %>

Click here if you want to revoke access to your Google Calendar. <%@ include file="bottom.jsp" %>