A web extension for converting PUPSIS schedule to ICalendar format (.ics), csv and json file
A web extension that converts the schedule from https://sis2.pup.edu.ph/student/schedule to ICalendar file (.ics), csv or json to import the schedule to popular calendar apps like Google Calendar
This project aims to help PUP Students to easily sync their Schedules to their desired Calendar tools.
v4.0.1 updates:
bugfix: the wrong time schedule formatted on ics by @yam-1111
v4.0.0 updates by @yam-1111:
Major Updates
- added a new feature called "edit my schedule" (ability to edit sched there are some cases that classes are set through class consensus rather than the actual schedule on SIS due to conflicts)
- description both the ics and json are utilized getting the default value from the instructor's name
Minor Updates
- modularized the popup.js functions into two files utils/exports.js and utils/helpers.js and applied the functions on the js through import statement
- optimized the popup.js function handleclickevent into if else rather than nested loop
- minimized the source code on popup.js from 150+ lines of code to 100+ only
added some documentation on helper and export functions
Check the GitHub repository link for more information.
https://github.com/KevsterAmp/PUPSIS-Schedule-Exporter
Thanks to all contributors of this project <3