Wow, did not think it would be that basic. Thank you, that did the trick.
Cannot add fastmail calendar
-
Hi,
according to https://paste.fedoraproject.org/363645/14626220/raw/ DavDroid cannot find the “caldav” dav-component – but to the best of my knowledge “calendar-access” would be the correct service name, which is there according to the headers.
cheers,
Florian -
Oh, I think the DAV header misses a comma after “DAV: calendar-access” – so this seems to be a fastmail issue.
-
404 Not Found https://caldav.messagingengine.com/.well-known/carddav (165ms)
Try https://carddav.messagingengine.com/ - different hostnames for different services
-
@brong said in Cannot add fastmail calendar:
404 Not Found https://caldav.messagingengine.com/.well-known/carddav (165ms)
Try https://carddav.messagingengine.com/ - different hostnames for different services
That is okay, it tries caldav later on (it tries to discover everything on that URL). But you are sending
DAV: calendar-access calendar-query-extended, calendar-auto-schedule, calendar-availability
which misses a comma (response to the OPTIONS request at the bottom of the paste). -
That should be easy to fix
prot_printf(httpd_out, "DAV: calendar-access"
-
" calendar-query-extended%s%s%s\r\n",
-
", calendar-query-extended%s%s%s\r\n",
-
-
@brong Yes
-
Fixed in production - give it a go.