【发布时间】:2022-01-05 08:50:45
【问题描述】:
您好,我最近设置了一个带有日历的 nextcloud 实例,并希望与它同步我的 calcurse。
这是我的 calcurse-caldav 配置(密码、用户名和主机名明显改变了):
[General]
Binary = calcurse
Hostname = nextcloud.example.com/nextcloud
Path = remote.php/dav/
AuthMethod = basic
HTTPS = Yes
DryRun = No
Verbose = Yes
[Auth]
Username = BestUsername
Password = SuperSecretPassword
我收到以下错误:
╰─$ calcurse-caldav --init keep-remote
Connecting to nextcloud.example.com/nextcloud...
Removing all local calcurse objects...
error: The server at nextcloud.example.com/nextcloud replied with HTTP status
error: code 415 (Unsupported Media Type) while trying to access
error: https://nextcloud.example.com/nextcloud/remote.php/dav/.
我强烈怀疑我的配置有问题,但我无法理解这个配置与 Calibre 完美配合的原因。
【问题讨论】:
标签: https command-line calendar config nextcloud