On Fr, 2011-07-29 at 12:14 +0200, Jelle de Jong wrote:
> Dear Patrick,
> 
> On 29-07-11 11:52, Patrick Ohly wrote:
> > Those are obsolete and no longer work in 1.1.99.5. Please follow the
> > WebDAV instructions in the README:
> > http://syncevolution.org/documentation/syncevolution-usage
> > 
> > If DAViCal has a URL for your user ("principal"), then you can use that
> > as common syncURL for both CalDAV and CardDAV. I think it supports that.
> 
> #CardDAV
> https://secure.powercraft.nl/davical/caldav.php/delta/cardav/
> username=delta
> password=Gaod0lae
> 
> #CalDAV
> https://secure.powercraft.nl/davical/caldav.php/gamma/home/
> username=gamma
> password=roch8Jey
> 
> Could you please create an example configuration based on the above
> credentials. I can't make head or tails out of the syncevolution-usage
> documentation without a working example, i'm sorry..

Can you point to specific aspects that you don't understand and which
need to be explained better?

Anyway, here's the WebDAV example adapted to separate URL and
credentials for CalDAV and CardDAV. Instead of configuring "addressbook"
and "calendar", separate configs are used with one source in each.
syncURL is given explicitly.

# configure target config for CardDAV
syncevolution --configure \
             --template webdav \
             
syncURL=https://secure.powercraft.nl/davical/caldav.php/delta/cardav/ \
             username=delta \
             password=Gaod0lae \
             target-config@carddav \
             addressbook

# configure sync config for CardDAV
syncevolution --configure \
              --template SyncEvolution_Client \
              syncURL=local://@carddav \
              username= \
              password= \
              carddav \
              addressbook

# initial slow sync for CardDAV
syncevolution --sync slow carddav

# incremental sync for CardDAV
syncevolution carddav

# same for CalDAV
syncevolution --configure \
             --template webdav \
             
syncURL=https://secure.powercraft.nl/davical/caldav.php/gamma/home/ \
             username=gamma \
             password=roch8Jey \
             target-config@caldav \
             calendar
syncevolution --configure \
              --template SyncEvolution_Client \
              syncURL=local://@caldav \
              username= \
              password= \
              caldav \
              calendar
syncevolution --sync slow caldav
syncevolution caldav

_______________________________________________
SyncEvolution mailing list
[email protected]
http://lists.syncevolution.org/listinfo/syncevolution

Reply via email to