Skip to content
This repository has been archived by the owner on Jul 18, 2020. It is now read-only.

Releases: michadenheijer/webuntis-to-calendar

Easier config, more stable, remove threading

14 Oct 16:21
40d898a
Compare
Choose a tag to compare

In this release I've tried to make the installation process easier. You can now just add the config.json by typing python3 config.py or just run it with python3 schedule.py.

Also I've removed threading, because the Google Calendar API will sometimes give a 401 Error. This will make it a bit slower, but it's less prone to bugs.

I've also fixed some basic mistakes, I started using os.path.join instead of just adding the paths together and hoping it'll work.

First release

08 Mar 18:20
Compare
Choose a tag to compare
First release Pre-release
Pre-release
Set deps to fixed version, run config.py correctly, combine file and …

…folder correctly, raise WrongPasswordError

Final first release

14 Oct 16:13
23bb7a1
Compare
Choose a tag to compare

This is the final first release, it just works, that's it. It's not great, newer versions are better, but this just works.