Calendar problem

asked 2015-03-27 08:45:09 +0300

OL gravatar image

my calendar (Yahoo and Exchange) stopped working a couple of days ago. Deleting and reinstalling of accounts and apps don't solve the problem. The yahoo choice in account settings doesn't work at all. Any suggestions?

edit retag flag offensive close delete

Comments

If you have developer-mode installed, you can try:

systemctl --user stop msyncdkillall msyncdMSYNCD_LOGGING_LEVEL=8 KCALDEBUG=1 devel-su -p msyncd

then in a different terminal:

devel-su journalctl -af | grep caldav

then trigger Yahoo sync - the logs in the journalctl terminal should be useful.

Cheers, Chris.

chris.adams ( 2015-03-27 10:40:15 +0300 )edit