CalDav/Carddav sync on the N900 with radicale server ==================================================== Get the packages ~~~~~~~~~~~~~~~~ http://maemo.org/packages/package_instance/view/fremantle_extras-devel_free_armel/syncevolution/1.2.1-1/ http://maemo.org/packages/package_instance/view/fremantle_extras-devel_free_armel/syncevolution-frontend/0.12/ Do the configuration ~~~~~~~~~~~~~~~~~~~~ Supposed your radicale server is listening at https://cal., your login credentials (e.g. htaccess) are and and your calender user is the following commands should do the job. Just execute them as "user" in a local shell on the N900 (or via SSH): ~ $ syncevolution --configure --template webdav username= password= SSLVerifyServer=0 target-config@radicale ~ $ syncevolution --configure --template SyncEvolution_Client sync=none syncURL=local://@radicale username= password= radicale ~ $ syncevolution --configure database=https://cal.//work.ics/ backend=caldav target-config@radicale calwork ~ $ syncevolution --configure sync=two-way backend=calendar database=work radicale calwork ~ $ syncevolution --print-items target-config@radicale calwork ~ $ syncevolution --sync slow radicale ~ $ syncevolution --configure database=https://cal.//private.vcs/ backend=carddav target-config@radicale cardprivate ~ $ syncevolution --configure sync=two-way backend=contacts database=file:///home/user/.osso-abook/db radicale cardprivate ~ $ syncevolution --print-items target-config@radicale cardprivate ~ $ syncevolution --sync slow radicale It is assumed that you have a calendar work.ics on the server that you want to synchronize with a local calendar work on the N900 and an address book private.vcs on the server that you want to synchronize with your local address book on the N900. The remote files should probably already exist before synchronization. You can add as many calendars as you like in the same way as described above. After setting up everything you can use the syncevolution frontend and sync your stuff periodically or graphically with one click.