ocv utils

Calendar

Class schedule to .ics

Paste the registration response from Banner and get a colour-coded calendar file, with rooms, instructors and the right recurrence through the end of term.

Step 1

Get the data out of Banner

  1. Open Banner registration and make sure the correct Term is selected. The endpoint returns whatever term your session is on, so a stale term here means a calendar full of classes you are not taking.
  2. In the same browser, open the endpoint and copy the entire response.
https://ssb.ungprod.ung.edu/StudentRegistrationSsb/ssb/classRegistration/getMeetingInformationForRegistrations
Open

Select all with Ctrl A and copy. If the browser renders it in a JSON viewer rather than as text, use DevTools, then Network, then getMeetingInformationForRegistrations, then Response, then Copy.

Step 2

Paste the response

Everything runs in your browser. Nothing is uploaded.