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
- 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.
- In the same browser, open the endpoint and copy the entire response.
https://ssb.ungprod.ung.edu/StudentRegistrationSsb/ssb/classRegistration/getMeetingInformationForRegistrations 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