View Single Post
Posts: 54 | Thanked: 47 times | Joined on Dec 2012
#182
Originally Posted by narcisgarcia View Post
Also contacts can be syncronized via CardDAV with the Yahoo template.
Could you explain how to use that with gmail contacts?
It's important after the winter cleanning.

I couldn't make it work.
I couldn't even configure it following the howto wiki

I was able to configure Carddav with version 1.2.2 only.

I used:
Code:
syncevolution --configure \
              username=user@gmail.com \
              password=<password> \
              addressbook/backend=carddav \
              addressbook/database=https://google.com//m8/carddav/principals/__uids__/user@gmail.com/lists/default/ \
              target-config@webdav \
              addressbook

syncevolution --configure \
              --template SyncEvolution_Client \
              syncURL=local://@webdav \
              username= \
              password= \
              webdav \
              addressbook
then I disabled the SSL certificates verification in
Code:
sed -i 's/.*SSLVerifyServer.*/SSLVerifyServer = 0/' /home/user/.config/syncevolution/*/peers/*/config.ini
syncevolution version >= 1.2.99 fails at configuration

what works is to configure with 1.2.2 , then updgrade to 1.3, then make the first sync...

It doesn't sync images...

Last edited by xvan; 2013-04-22 at 06:00.
 

The Following User Says Thank You to xvan For This Useful Post: