An open API service indexing awesome lists of open source software.

https://github.com/matthiasreumann/webuntis-to-ics-calendar

Create .ics file from webuntis timetable
https://github.com/matthiasreumann/webuntis-to-ics-calendar

Last synced: about 1 month ago
JSON representation

Create .ics file from webuntis timetable

Awesome Lists containing this project

README

        

# 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)](https://github.com/toml-lang/toml) syntax

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

## Usage
```
python3 main.py
```