[SyncEvolution] Bridging Owncloud
by Guillaume Lanquepin-Chesnais
Hello,
I'm trying to set up syncevolution as a bridge between an Owncloud
server (carddav/caldav) and a nokia n8. The syncevolution is installed
as an standalone HTTP server (BTW it would be nice if you can add a
"server" version, i.e without UI, evolution, or BT, of syncevolution in
your repo).
|n8|== SYNCML(HTTP) == > |syncevolution| == caldav ==> |owncloud|
Up to now, I tried to follow indications from the README but I must said
that the way SyncEvolution bridge caldav/syncml remains unclear to me.
So, I success to setup a "target", meaming that "syncevolution
--print-items target-config@webdav calendar" gives me what I was
expected. I also configured a "client" as follow:
syncevolution --configure \
--template SyncEvolution_Client \
syncURL=local://@webdav \
username= \
password= \
webdav
But it seems that I wasn't not able to set up a "source" since I get
[ERROR] error code from SyncEvolution fatal error (local, status 10500):
no sources active, check configuration
When I do a slow sync (syncevolution --sync slow webdav)... I embedded
my script and its error log. So How to set up a bridge with caldav?
Regards,
Guillaume Lanquepin