Created attachment 83624 [details] CalDAV resources I've created a DAV groupware resource, specified my credentials, selected 'ownCoud' as my server type (I'm running 5.0.12), specified my host and installation path, tested the connection successfully and finished the wizard. But no addressbooks or contacts show up. When editing the Akonadi resource, I fetched the discovered collections and they all show up, both for contacts and calendars (see attachments). But no matter what I do, I don't see my owncloud calendars or addressbooks. It doesn't matter if I do it through System Settings -> Personal Information or in KAddressbook or KOrganizer. My last try consisted of: - Remove all akonadi resources, including all mail accounts and all related items from KWallet - Uninstalled (purged) Kontact and all related applications (kmail, knotes, akregator, kaddressbook, korganizer) - Rebooted in recovery mode and removed (rm -rf) the akonadi directory and the directories of kontact and it's related applications - Rebooted again and logged into KDE - Installed Kontact and related applications and configured my mail accounts (4 dIMAP, 1POP3) - Added the DAV groupware resource like I described earlier ... to no avail I'm running a fully up-to-date Debian Sid system, running KDE 4.11.3-1. If you need any more info, let me know. Cheers, Diederik
Created attachment 83625 [details] CardDAV resources
Doing a synchonize all through akonadi console with 'tail -f .xsession-errors' produces the following output: kded(3459)/KPasswdServer KPasswdServer::checkAuthInfoAsync: User = "" , WindowId = 0 kded(3459)/KPasswdServer KPasswdServer::checkAuthInfoAsync: User = "" , WindowId = 0 kded(3459)/KPasswdServer KPasswdServer::checkAuthInfoAsync: User = "" , WindowId = 0 kded(3459)/KPasswdServer KPasswdServer::checkAuthInfoAsync: User = "" , WindowId = 0 Error during executing query "INSERT INTO CollectionTable (remoteId, remoteRevision, name, parentId, resourceId, cachePolicyInherit, isVirtual) VALUES (:0, :1, :2, :3, :4, :5, :6)" : "Duplicate entry '83-Work' for key 'CollectionTable_parentAndNameIndex' QMYSQL3: Unable to execute statement" No idea if it's relevant, but maybe it is.
Created attachment 83932 [details] Akonadi Console's remote configuration It looks like the remote configuration isn't stored properly. The previous attachment show the native configuration and there all the settings are present, but I'm missing URLs (or sth like that) in the remote configuration dialog. I don't know what info to put in which config setting though, since adding a DAV groupware resource from the akonadi console gives the same result as in this attachment.
Freshly installed system from scratch, KDEPIM now at 4.11.5 and ownCloud 6.0.1, but still no go. Any hints on how to debug this would be much appreciated.
as in comment #2: "Duplicate entry '83-Work' for key 'CollectionTable_parentAndNameIndex' I had the same problem and found out that you can not give the same name to a calendar and an addressbook (in owncloud it works but akonadi has a problem with this).
(In reply to comment #5) > I had the same problem and found out that you can not give the same name to > a calendar and an addressbook (in owncloud it works but akonadi has a > problem with this). That's it! Thank you very much :-) I had an addressbook named 'Work' and a calendar named 'Work' and after removing the Work addressbook and doing a sync, all calendars and my other addressbook showed up. \o/ Definitely a bug in akonadi as far as I'm concerned.
*** This bug has been marked as a duplicate of bug 284783 ***