webuntis-to-ics-calendar

Create .ics file from webuntis timetable

Stars
10
Committers
1

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>