View Single Post
Community Council | Posts: 4,920 | Thanked: 12,867 times | Joined on May 2012 @ Southerrn Finland
#2
Originally Posted by gaelic View Post
Hey guys,

I'm looking for information on Sailfish OS synchronisation commands,

e.g the what is the command to sync mail or caldav/cardav entries?

Is there any documentation about that or do I have to grep through the source?

thanks
At least for mail syncing I use this;
Code:
DBUS_SESSION_BUS_ADDRESS="unix:path=/run/user/100000/dbus/user_bus_socket" /bin/dbus-send --session --type=method_call --print-reply --dest=com.meego.msyncd /synchronizer com.meego.msyncd.startSync string:'syncemail-3'
 

The Following User Says Thank You to juiceme For This Useful Post: