https://github.com/zmievsa/unischeduler_gui
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_gui
Last synced: about 1 year ago
JSON representation
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_gui
- Owner: zmievsa
- License: gpl-3.0
- Created: 2019-09-27T22:46:37.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-02-21T12:07:52.000Z (over 5 years ago)
- Last Synced: 2025-02-07T15:45:24.742Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 471 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Unischeduler
## THIS APP IS DEPRECATED. NOW YOU CAN USE UNISCHEDULER FROM HTTPS://SCHEDULER.OATMEAL.CC
## Users
* This app is intended for students in universities where Oracle Peoplesoft Campus Solutions is used (if your student self service is absolutely horrible, your university probably uses PCS)
* Unischeduler converts your schedule from text to an icalendar format to export into any known calendar service (google calendar, apple calendar, outlook calendar, etc)
* To use it, go to releases and download the appropriate file for your platform
* This is only a graphical interface for [unischeduler](https://github.com/Ovsyanka83/unischeduler) which is a separate command line program
## Developers
* Python 3.7 intended
* Install dependencies through requirements.txt
* Run build.py to build the project