Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am hwaltman19 on github.
  • I am hbball36 (https://keybase.io/hbball36) on keybase.
  • I have a public key ASAX3xXvwSZvPIls0onbEUQYC8UCm033gxZ-3yORQl4DHgo

To claim this, I am signing this object:

// This script scrapes schedules from Peoplesoft and downloads an ICAL file for use in other calender programs.
// Only tested on the University of Connecticut's Peoplesoft installation. ICS files are set up for eastern standard time.
// Mason DeMelo 1/15/2018
// USAGE:
// Log in to StudentAdmin
// Go to: https://student.studentadmin.uconn.edu/psc/CSPR/EMPLOYEE/HRMS/c/SA_LEARNER_SERVICES.SSR_SSENRL_LIST.GBL?& , select your schedule for the upcoming semester, and click continue.
// Open the developer console (Ctrl-Shift-i or Cmd+Opt+i in Chrome) and paste in this script.