This is some Javascript for MIT students to parse their course schedules from WebSIS and add them to Google Calendar.
- Copy the code in the main.js file.
- Go to your websis class schedule
- Go to the javascript console in Chrome (right-click, inspect element, clickconsole)
- Paste the code and press enter. If you see an error about gapi typeerror, try again.
- Grant access.
- See your classes appear in your Google Calendar!
- Report an issue at https://github.com/jnhnum1/websis/issues if there are any problems.
Note: If the times of your classes seem to be offset, check that your calendar has its timezone set to eastern time (GMT -5:00).