>> >https://syncevolution.org/wiki/http-server-howtoThanks! I think I'm getting closer. Combining with <https://syncevolution.org/wiki/synchronizing-radicale>, here is my attempted config script: <http://pastie.org/10685729> (obviously I have revoked that password after pasting) and the output when running with `sh -x`: <http://pastie.org/private/0yc8uknlsbtorbrhcjumq> -- should I be using --template none ?Can you repost the text as compressed (if large) attachments?
Attached. -- Stephen Paul Weber, @singpolyma See <http://singpolyma.net> for how I prefer to be contacted edition right joseph
#!/bin/sh
syncevolution --configure \
--template webdav \
username=singpolyma \
password=ahCee1pu \
syncURL=https://singpolyma.net:5232/ \
target-config@radicale
syncevolution --configure \
database=https://singpolyma.net:5232/singpolyma.net/calendar.ics/ \
backend=caldav \
target-config@radicale singpolyma-radicale-calendar
syncevolution --configure \
database=https://singpolyma.net:5232/singpolyma.net/addressbook.vcf/ \
backend=carddav \
target-config@radicale singpolyma-radicale-contacts
syncevolution --configure \
--source-property type=file:text/calendar:2.0 \
--source-property
evolutionsource=file://home/singpolyma/.syncevolution/calendar \
radicale singpolyma-radicale-calendar
syncevolution --configure \
--source-property type=file:text/vcard:3.0 \
--source-property
evolutionsource=file://home/singpolyma/.syncevolution/addressbook \
radicale singpolyma-radicale-contacts
syncevolution --configure \
--source-property sync=two-way \
radicale singpolyma-radicale-calendar singpolyma-radicale-contacts
signature.asc
Description: Digital signature
_______________________________________________ SyncEvolution mailing list [email protected] https://lists.syncevolution.org/mailman/listinfo/syncevolution
