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
- Host: GitHub
- URL: https://github.com/matthiasreumann/webuntis-to-ics-calendar
- Owner: MatthiasReumann
- Created: 2018-09-10T14:05:21.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-09-18T07:08:19.000Z (over 6 years ago)
- Last Synced: 2025-04-15T02:52:37.130Z (about 1 month ago)
- Language: Python
- Homepage:
- Size: 18.6 KB
- Stars: 11
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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
```