Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 450 Bytes

README.md

File metadata and controls

24 lines (18 loc) · 450 Bytes

webuntis-calendar-sync

Create .ics file from webuntis timetable

updated for personal use

Config file

Configuration file (.toml) syntax

[user]
server = "aoide.webuntis.com"
username = "firstname.lastname"
password = "supersecret"
school = "superschool"
class = "SUPER4"

Usage

python3 main.py <config> 

^ outcommented in code because i use a fix path compared to the parent repository