799 shaares
64 liens privés
64 liens privés
4 résultats
taggé
owncloud
Coude
Super pour synchroniser contacts et agenda.
Dans un terminal sur le téléphone :
sudo mount /dev/loop0 / -o remount,rw
Pour les contacts :
syncevolution --keyring=no --configure --template webdav username=cyrille password=ksKF43kew syncurl="192.168.1.76" target-config@owncloud
syncevolution --configure --template SyncEvolution_Client sync=none syncURL=local://@owncloud username= password= peerIsClient=1 owncloud
syncevolution --configure database=http://192.168.1.76/owncloud/remote.php/carddav/addressbooks/cyrille/contacts backend=carddav target-config@owncloud contacts
syncevolution --configure sync=two-way backend=contacts database="Personnel" owncloud contacts
syncevolution --sync slow owncloud contacts
Pour l'agenda :
syncevolution --configure database=http://192.168.1.76/owncloud/remote.php/caldav/calendars/cyrille/personnel backend=caldav target-config@owncloud calendar
syncevolution --configure sync=two-way backend=events database="Personnel" owncloud calendar
syncevolution --sync slow owncloud calendar