如何在贝加尔湖中使用caldav?

时间:2019-03-17 06:26:30

标签: python-3.x caldav

import caldav之后,我使用以下行:

caldav.DAVClient(url, user, pwd)
principal = client.principal()

我只收到我的贝加尔湖服务器错误。我只尝试了服务器名称https://baikal.myserver.de/.../cal.php/principals/myusername/.../cal.php/calendars/myusername/calendar-examplehttps://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会更改,但是我在所有拥有的设备上都使用了它,因此在这里不起作用。此处使用哪种网址?

谢谢。

0 个答案:

没有答案