View Single Post
Posts: 133 | Thanked: 405 times | Joined on Mar 2012 @ Europe
#2
In case, someone else needs it, its quite easy

1.) Get the ID of your CalDav calendar:
- start sync process in GUI and get calendar ID while it is syncing:

Code:
$ qdbus com.meego.msyncd /synchronizer runningSyncs
2.) Take this ID and trigger sync:

Code:
qdbus com.meego.msyncd /synchronizer startSync <CAL-ID>
Now you can use it to trigger syncing for some special events, like connecting to your own wifi (in "ProfileMatic").
 

The Following 3 Users Say Thank You to chrm For This Useful Post: