A Val Town application that fetches and displays Google Calendar events with translation support.
├── backend/
│ └── index.ts # Main Hono app with routes
├── shared/
│ └── calendar.ts # Shared calendar parsing and HTML generation
├── index.ts # Entry point (redirects to backend)
└── README.md
GOOGLE_CALENDAR_URL - The public iCal URL for your Google CalendarGET / - Displays formatted calendar events with translation supportGET /debug/raw-calendar - Returns the raw iCal data from Google CalendarGET /debug/parsed-events - Returns parsed events in JSON format?lang=es)GOOGLE_CALENDAR_URL environment variable to your public Google Calendar iCal URL?lang=<language_code> to translate the page (e.g., ?lang=es for Spanish)