Replies: 5 comments 1 reply
-
|
Have found out myself. Provided you have an alias in your webserver config for caldav e.g. Alias /caldav /YOURPATH/TO/GO/modules/caldav/calendar.php |
Beta Was this translation helpful? Give feedback.
-
|
Hi, Good that you have found a way. It should actually just be "YOURWEBSERVER" if the server is configured correctly. The .well-known/caldav should point in the right direction. It's in our manual here: https://groupoffice.readthedocs.io/en/latest/using/connect-a-device/connect-a-device.html Best regards, |
Beta Was this translation helpful? Give feedback.
-
|
But there is still one downside: the address-connection doesn't really work. With just YOURSERVER and connecting to addressbook I get continued 500 errors. I keep getting these error messages via carddav, if I create two separate accounts in DAVx5 - same result. Here the debug-response from GO <d:error xmlns:d="DAV:" xmlns:s="http://sabredav.org/ns"> REMOTE RESOURCE "/media/gdata/data" is my file repository on the server and under "/ff/31" there's only an empty folder named "d7" (owner/group www-data 0755). |
Beta Was this translation helpful? Give feedback.
-
|
That means it can't find the saved vcard files on disk. Any idea how they could be in the DB but not on disk? |
Beta Was this translation helpful? Give feedback.
-
|
You could try this query to regenerate them: update addressbook_contact set vcardBlobId = null; |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
There is a module named "synchronization" for connecting to mobiles via calDAV or cardDAV. This activated I've not found - or not understood - how to connect to calendars with DAVx5 or similar apps. In the documentation there's only a chapter about connecting to other servers but no item how to connect to GO.
Maybe I overlooked something. Can anyone help me out?
Beta Was this translation helpful? Give feedback.
All reactions