7 lines
168 B
Python
7 lines
168 B
Python
#!/usr/bin/env python
|
|
|
|
# Configuration for the CalDAV server
|
|
url = "https://cloud.ruinelli.ch/remote.php/dav/principals/users/"
|
|
userN = "gruinelli"
|
|
passW = "attgigoc1"
|