![Calcurse는 Nextcloud와 동기화할 수 없습니다.](https://linux55.com/image/198965/Calcurse%EB%8A%94%20Nextcloud%EC%99%80%20%EB%8F%99%EA%B8%B0%ED%99%94%ED%95%A0%20%EC%88%98%20%EC%97%86%EC%8A%B5%EB%8B%88%EB%8B%A4..png)
안녕하세요. 저는 최근 달력이 포함된 nextcloud 인스턴스를 설정했고 내 계산을 그것과 동기화하고 싶습니다.
내 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와 완벽하게 작동하기 때문에 무엇인지 알 수 없습니다.
답변1
문제를 해결할 수 있었습니다. 올바른 구성 방법은 다음과 같습니다.
Hostname = nextcloud.example.com
Path = /nextcloud/remote.php/dav/calendars/$USERNAME/personal