Easily save your schedule from MyUW to your phone's calendar.
Simply login with your UW NetId, then specify the courses you'd like to add and the calendar you use. Works by parsing the old registration page for course information and creating recurring events in the phone's calendar for each course.
- Xcode 8.0 or higher.
- A current UW NetID.
- A device running iOS 10.0 or higher.
- Knowledge of Swift.
To use the application, download the app from the App Store. To compile from source, simply clone the repo and run on an iOS device.
- Kanna - an XML/HTML parser for Swift
- DateTools - helpful Date extensions
- CocoaPods - cocoa dependency manager
I will happily look at pull requests from anyone who would like to contribute. Just clone this repo and run the app to test it out!
If you would like to update the dependencies, install CocoaPods and run pod update
in the project folder.
- Sam Gehman - Initial work - Agendawg
This project is licensed under the MIT License - see the LICENSE.md file for details