website · install · status page
(middle-click or ctrl/cmd+click to open in a new tab)
WIT-Calendar is a Chrome extension that makes adding your classes to your calendar easy & quick! It supports all major calendars, including Google Calendar, Microsoft Outlook, and Apple Calendar. In the future, you will also be able to find "best times" to meet with fellow students, easily register for classes, and more!
The Chrome extension gets your schedule, processes it, and then provides you with a calendar link. You can also optionally connect your Google account for automatic updates to your Google Calendar.
You can also manage event alerts, colors, and titles from within the extension.
- Install npm/node.js
- Run
npm i - Run
npm run build-devto build the extension. Built files will be inextension/ - optional: if you're on firefox, run
npm run build-firefoxinstead.
npm run build is the release build and leaves out the manifest key, so
Chrome gives the unpacked copy a random extension ID. Google sign-in is tied to
one ID — the published one — so a plain build fails at sign-in with
redirect_uri_mismatch. build-dev puts the key back and gives you the same
ID as the Web Store copy.
- Head to
chrome://extensions - Enable Developer Mode
- Click
Load Unpacked - Select the folder (extension)
- Ensure the added Extension is enabled
- Simply click on the extension icon to use it.
- Head to
about:debugging#/runtime/this-firefox - Hit Load Temporary Add-on
- Select the manifest.json from the built extension
- Simply click on the extension icon to use it.
- See instructions for developing the backend here.
