Sync Ubuntu-touch Tasks with Nextcloud - Ask Ubuntu
i have managed sync nextcloud contacts ubuntu-touch using following commands:
syncevolution --configure --keyring=no --template webdav username='my_username' password='my_password' syncurl="https://my_url/nextcloud" target-config@nextcloud
syncevolution --configure --template syncevolution_client sync=none syncurl=local://@nextcloud username= password= nextcloud
syncevolution --configure --template webdav database=https://my_url/nextcloud/remote.php/dav/addressbooks/users/my_username/default/ backend=carddav target-config@nextcloud contacts
syncevolution --configure sync=two-way backend=contacts nextcloud contacts
syncevolution --sync slow nextcloud contacts
my question how do nextcloud tasks? seem getting bogged down syncevolution syntax.
i have found bug on launchpad: https://bugs.launchpad.net/ubuntu/+source/syncevolution/+bug/1440294
so sync cloud task list:
syncevolution --configure database=https://xxx.memkit.com/calendars/yyy/zzz backend=caldavtodo target-config@memkit todo syncevolution --configure sync=two-way backend=tasks database="personal" memkit todo syncevolution --sync slow memkit todo
unfortunately ubuntu-touch task list shows own tasks, not cloud tasks.
Comments
Post a Comment