在import caldav
之后,我使用以下行:
caldav.DAVClient(url, user, pwd)
principal = client.principal()
我只收到我的贝加尔湖服务器错误。我只尝试了服务器名称https://baikal.myserver.de/
,.../cal.php/principals/myusername/
,.../cal.php/calendars/myusername/calendar-example
和https://baikal.myserver.de/cal.php
。
该错误在代码的第二行中生成:
requests.exceptions.ProxyError: HTTPSConnectionPool(host='baikal.myserver.de', port=443): Max retries exceeded with url: /cal.php/ (Caused by ProxyError('Cannot connect to proxy.', NewConnectionError('<urllib3.connection.VerifiedHTTPSConnection object at 0x7fa947616630>: Failed to establish a new connection: [Errno -2] Name or service not known',)))
我知道Thunderbird和iOS的URL会更改,但是我在所有拥有的设备上都使用了它,因此在这里不起作用。此处使用哪种网址?
谢谢。