| The Following 2 Users Say Thank You to jalyst For This Useful Post: | ||
| The Following User Says Thank You to BanaSplit For This Useful Post: | ||
Of course it will depend on the Goggle's implementation on the server side, but most probably they will consider that this new account is trying to sync it self from a "different device", so server will reject the connection.
Of course it will depend on the Goggle's implementation on the server side, but most probably they will consider that this new account is trying to sync it self from a "different device", so server will reject the connection.
.syncevolution --configure --template WebDAV username=MYNAME password=MYPASS syncURL=http://MY.DOMAIN.TLD/owncloud/remote.php/ target-config@owncloud
syncevolution --configure --template WebDAV username=MYNAME password=MYPASS SSLVerifyServer=0 syncURL=https://MY.DOMAIN.TLD/owncloud/remote.php/ target-config@owncloud
syncevolution --configure database=https://MY.DOMAIN.TLD/owncloud/remote.php/caldav/calendars/MYNAME/CALNAME/ backend=caldav target-config@owncloud mycalendar
syncevolution --configure --template SyncEvolution_Client sync=none syncURL=local://@owncloud username= password= owncloud
syncevolution --configure sync=two-way backend=calendar database=N9calendar owncloud mycalendar
syncevolution --sync slow owncloud mycalendar
syncevolution owncloud mycalendar
syncevolution --configure database=https://MY.DOMAIN.TLD/owncloud/remote.php/carddav/addressbooks/MYNAME/ADDNAME/ backend=carddav target-config@owncloud myaddressbook
syncevolution --configure --template SyncEvolution_Client sync=none syncURL=local://@owncloud username= password= owncloud
syncevolution --configure sync=two-way backend=addressbook database= owncloud myaddressbook
syncevolution --sync slow owncloud myaddressbook
syncevolution owncloud myaddressbook

