https://github.com/zmievsa/unischeduler_web_ts
Web client-side app that converts class schedule from text to an icalendar format to export into any known calendar service (google calendar, apple calendar, outlook calendar, etc)
https://github.com/zmievsa/unischeduler_web_ts
oracle peoplesoft schedule
Last synced: 6 months ago
JSON representation
Web client-side app that converts class schedule from text to an icalendar format to export into any known calendar service (google calendar, apple calendar, outlook calendar, etc)
- Host: GitHub
- URL: https://github.com/zmievsa/unischeduler_web_ts
- Owner: zmievsa
- Created: 2021-02-13T00:44:28.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-04-14T16:57:13.000Z (over 4 years ago)
- Last Synced: 2025-02-07T15:45:24.910Z (8 months ago)
- Topics: oracle, peoplesoft, schedule
- Language: TypeScript
- Homepage: https://scheduler.oatmeal.cc
- Size: 3.1 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[Unischeduler](https://scheduler.oatmeal.cc) is a client-side web app that converts class schedule from text to [icalendar](https://en.wikipedia.org/wiki/ICalendar) format that can be exported into any calendar service (google calendar, apple calendar, outlook calendar, etc).
It might seem like a tool any University would provide by default, yet Oracle PeopleSoft Campus Solutions (and any university using it) doesn't seem to do so, which is horrible for students that want to keep track of their classes using a calendar. That's why I made unischeduler.
This version of unischeduler is the final step in its journey: It started out as a simple [python script](https://www.github.com/Ovsyanka83/unischeduler), then became a [cross-platform qt-based desktop app](https://github.com/Ovsyanka83/unischeduler_gui/), then a [web service](https://github.com/Ovsyanka83/unischeduler_web/), and now it's available on the web yet entirely on the client-side, making it fast, safe, and convenient.