Please sign in to access this page

CVVCalendarSync

CVVCalendarSync

2 devlogs
34m

A script to move assignements from my register to Google Calendar.

Timeline

I published the project to PyPI! This was my first time ever uploading there and I think we can all agree it was NOT straightforward...
Well, it works now :)

Update attachment

Ship 1

Niccolò Salerno

30 days ago

Niccolò Salerno Covers 1 devlog and 22m

Heya! This is the first release of CVV. This is a fork of an existing project by LucaCraft89, you can check it here: https://github.com/LucaCraft89/CVVCalendarSync

The code now works better and has an important function: duplicate removing. Whenever you run the script it fetches all of the assignements in the school year, but when you run the script multiple times it created duplicates over and over for every assignement. Now with a simple check to see if there is already an assignement saved with the same info, the issue is gone! I'll probably add more stuff soon i.e. a GUI, multiple accounts/calendar suppor and more. Thanks for reading!

Update attachment