An iCalendar generator for the official GT Academic Calendar
Download an iCalendar file for the current academic semester
Updated for Fall 2027.
Navigate to gtcal.tools.shangen.org and select the current or upcoming semester. The home page shows the current semester and the next semester.
- I was sick of waiting for the official registrar calendar page to load whenever I wanted to look something up
- I wanted to integrate the calendar with my own productivity suite
- All code runs on Cloudflare Workers to keep costs low.
- Clone this repo:
git clone https://github.com/12458/gtcal.git - Change your directory:
cd gtcal - Install Dependencies:
pnpm install - Deploy to Cloudflare Workers:
pnpm wrangler deploy
All code in this repository is licensed under the MIT License