You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Have you tried other clients, or directly connecting with a browser to the calendar URL?
I am getting the same error on the macOS calendar, on a setup server setup that works fine with Outlook (Windows) and Thunderbird (macOS)
Looking at the server I can see the login succeeds.
I am running my server behind Apache (handling the certificate), and mapping https://hostname/cdav to the port of a Radicale instance running in a docker container.
Then connecting using https://hostname/cdav/username/calendar.ics/
I suspect the /cdav might be the issue (going to ask in the other issue)
I got the same issue as @username33333333, and have a similar rights file.
The calendar was in a manually-created collection called /public/<user>/. In Fantastical I was able to connect just fine. In Apple/iOS Calendar it would error with "No calendar home" and then it would rewrite the path input box in the account settings screen until it found /<user>/ to be the working (but incorrect) path.
So Apple Calendar is doing some automatic discovery of the calendar, even though I was in the "advanced" mode and explicitly setting the path.
The solution in Apple/iOS Calendar was to "subscribe" to the calendar, so I clicked File > New Calendar Subscription and put in the full address like https://example.com/public/ben/ and this allowed me to at least view the calendar.
I can't edit the public calendar in Apple/iOS, but that's fine because I use Fantastical or Thunderbird for my main calendar program and just wanted a way for other people to view my calendar.
I think it might be related to the rights file not being set up correctly.
My rights file looks like this:
and my config like this:
I have also tried setting up some calendars in the web interface, but that didn't help either.
The text was updated successfully, but these errors were encountered: