This commit is contained in:
Stuce 2025-11-16 10:55:55 +01:00
parent 87a645d0fc
commit 9d7afca6a9
2 changed files with 11 additions and 0 deletions

3
.gitignore vendored Normal file
View file

@ -0,0 +1,3 @@
__pycache__
result
config.ini

8
default_config.ini Normal file
View file

@ -0,0 +1,8 @@
[calDAV]
address = localhost:5232
username = username
password = password
passwordFile = /path/to/password
[server]
port = 8000