Hi,

I configured the CalDAV/CardDAV bridge with the syncevo http server.
SyncEvo version is the 1.4-1ubuntu4 from Ubuntu 14.04 LTS.
The owncloud and local storage is configured like this:

syncevolution --configure \
    --template webdav \
    username=nokiaphone \
    password=***** \
    syncurl="https://owncloud.local/owncloud"; \
    SSLVerifyServer=0 \
    deviceId=jongleur \
    target-config@owncloud

syncevolution --configure \
database=https://owncloud.local/owncloud/remote.php/caldav/calendars/nokiaphone/defaultcalendar/ \
    backend=caldav \
    target-config@owncloud calendar

syncevolution --configure \
database=https://owncloud.local/owncloud/remote.php/caldav/calendars/nokiaphone/defaultcalendar/ \
    backend=caldavtodo \
    target-config@owncloud todo

syncevolution --configure \
database=https://owncloud.local/owncloud/remote.php/carddav/addressbooks/jsmith/contacts/ \
    backend=carddav \
    target-config@owncloud contacts

syncevolution --configure \
    --template SyncEvolution_Client \
    sync=none \
    syncURL=local://@owncloud \
    username= \
    password= \
    peerIsClient=1 \
    owncloud

syncevolution --configure \
    sync=refresh-from-remote \
    backend=calendar \
    database="Persönlich" \
    owncloud calendar

syncevolution --configure \
    sync=refresh-from-remote \
    backend=evolution-tasks \
    database="Persönlich" \
    owncloud todo

syncevolution --configure \
    sync=refresh-from-remote \
    backend=contacts \
    database="Persönlich" \
    owncloud contacts


Everything works fine, but I noticed a time shift of 1 hour when syncing calendar entries to my nokia s40. So i decided to do an upgrade with the repository "deb https://download.01.org/syncevolution/apt stable main".
Now the time shift is away. ;-)
But when refreshing the contacts from my owncloud, i don't see "adding <John Smith>",... anymore. I see "adding <???>". The refresh from my owncloud runs through without errors and the number of contacts is correct.
But when syncing now my contacts to my nokia it fails.
Is this a bug or have I to change something when upgrading syncevolution from 1.4 to latest 1.5?

Regards

Thorsten
_______________________________________________
SyncEvolution mailing list
[email protected]
https://lists.syncevolution.org/mailman/listinfo/syncevolution

Reply via email to