groupoffice
groupoffice copied to clipboard
Not working with macOS Contacts or Calendar apps
Version: 6.8.26
What do I do?
So, I got it to work with Calendar by using the Server Path /caldav/principals/<YOURUSERNAME>/
as mentioned here, but the docs don't mention what Server Path to use for Contacts.
I tried /carddav/principals/<USERNAME>/
but that didn't work.
What to do?
Seems like the docs missed this case.
And same issue on iOS for Contacts, except on iOS I can't even figure out a way to let it let me specify the Server Path at all. It just fails.
You probably missing these redirects in your webserver config:
#DAV Service discovery. At least required for iOS7 support Redirect 301 /.well-known/carddav /carddav Redirect 301 /.well-known/caldav /caldav
See point 3 in the installation manual here:
https://groupoffice.readthedocs.io/en/latest/install/tarball.html#instructions
@mschering Hi, sorry I forgot to mention that I'm using the official docker build (with an nginx proxy in front of it), which should come with those redirects built-in, right?
Yes they are. Maybe something is off with the proxy? You can test if it works by going to:
/.well-known/carddav
and
/.well-known/caldav
It should simply redirect to /caldav
@mschering That redirect works for /.well-known/caldav
, but for /.well-known/carddav
it redirects to /carddave
and I get:
<d:error> <s:sabredav-version>4.5.1</s:sabredav-version> <s:exception>Sabre\DAV\Exception\Forbidden</s:exception> <s:message>Module community/carddav not available</s:message> </d:error>