We have moved to a new Sailfish OS Forum. Please start new discussions there.
2

Calendar sync with owncloud broken (only phone to server)

asked 2016-06-19 15:41:23 +0300

konstin gravatar image

For a couple of months my CalDav sync with owncloud worked like a charm. But recently I've changed the url of my server and therefore deleted the old sync account on my jolla and added a new one. Since then the sync works only phone to server, but not server to phone. This is definitely not the server's fault as another sync client (thunderbird) works perfectly.

This is what I've tried so far:

  • Deleting the calendar and creating a new one instead
  • Deleting /home/nemo/.local/share/system/privileged/Calendar
  • Repeatedly recreating accounts, rebooting and renaming

So how can I get my Jolla back into two-way syncing? Any ideas are appreciated!

edit retag flag offensive close delete

Comments

Modify the journald.conf so that it doesn't truncate logs, then restart msyncd with extra logging enabled, and then capture logs of the CalDAV plugin while triggering a sync. That should give some clues. Complete steps follow:

1) edit /etc/systemd/journald.conf and set RateLimitBurst=5000 and RateLimitInterval=5s and then reboot your device if you had to change those

2) restart the sync daemon with extra logging enabled:

 systemctl --user stop msyncd
 MSYNCD_LOGGING_LEVEL=8 devel-su -p msyncd

3) leave that running, and open a new ssh terminal to collect logs:

 devel-su journalctl -af | grep caldav

4) trigger sync via Settings / Accounts -> Longpress CalDAV account -> Sync.

The "journalctl" terminal should fill up with interesting logs. You will need to redact personal information from them before posting them.

chris.adams ( 2016-06-21 05:37:03 +0300 )edit

1 Answer

Sort by » oldest newest most voted
1

answered 2016-06-20 21:42:37 +0300

poddl gravatar image

I have owncloud 9.0.2 and all is working fine. Just have to insert the server address,username and password. No additional path infos nessesary. My server is only accessible over ssl, so the address needs to start with https:// I also have a valid ssl certificate,a free cert from startcom. What is your owncloud version? Do you use SSL?

edit flag offensive delete publish link more
Login/Signup to Answer

Question tools

Follow
4 followers

Stats

Asked: 2016-06-19 15:41:23 +0300

Seen: 232 times

Last updated: Jun 20 '16