你好,我最近设置了一个带有日历的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完美地工作。
发布于 2021-11-29 19:34:31
我能够修复它:正确的配置方法如下:
Hostname = nextcloud.example.com
Path = /nextcloud/remote.php/dav/calendars/$USERNAME/personalhttps://stackoverflow.com/questions/70138870
复制相似问题