An ical generator for the official GT Academic Calendar
Download an iCalendar file for your academic term
Navigate to gtcal.tools.shangen.org and select your academic year / semester you are interested in.
- 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:
npm install
- Deploy to Cloudflare Workers:
npx wrangler deploy
All code in this repository is licensed under the MIT License