Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 440 Bytes

README.md

File metadata and controls

26 lines (20 loc) · 440 Bytes

webuntis-calendar-sync

Create .ics file from webuntis timetable

.ics files can be used to get your webuntis timetable to:

  • Google Calendar
  • macOS Calendar
  • ...

Config file

Configuration file (.toml) syntax

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

Usage

python3 main.py <config>