calendar-fetcher/config.py

7 lines
168 B
Python
Raw Normal View History

2023-10-08 21:12:55 +00:00
#!/usr/bin/env python
# Configuration for the CalDAV server
url = "https://cloud.ruinelli.ch/remote.php/dav/principals/users/"
userN = "gruinelli"
passW = "attgigoc1"