将 Ubuntu-touch 任务与 Nextcloud 同步

将 Ubuntu-touch 任务与 Nextcloud 同步

我已设法使用以下命令将我的 Nextcloud 联系人与 ubuntu-touch 同步:

syncevolution --configure --keyring=no --template webdav 用户名='MY_USERNAME' 密码='MY_PASSWORD' syncurl="https://MY_URL/nextcloud" target-config@nextcloud

syncevolution --configure --template SyncEvolution_Client sync=none syncURL=local://@nextcloud 用户名= 密码= nextcloud

syncevolution--configure--template webdav 数据库=https://MY_URL/nextcloud/remote.php/dav/addressbooks/users/MY_USERNAME/default/ 后端=carddav 目标配置@nextcloud 联系人

syncevolution --configure sync=two-way backend=contacts nextcloud 联系人

syncevolution--同步慢速 nextcloud 联系人

我的问题是我该如何完成我的 Nextcloud 任务?我似乎陷入了 syncevolution 语法的困境。

答案1

我刚刚在启动板上发现了这个错误:https://bugs.launchpad.net/ubuntu/+source/syncevolution/+bug/1440294

要同步到云任务列表:

syncevolution --配置数据库=https://xxx.memkit.com/calendars/yyy/zzzbackend=caldavtodo target-config@memkit todo syncevolution --configure sync=two-way backend=tasks database="Personal" memkit todo syncevolution --sync slow memkit todo

不幸的是,Ubuntu-touch 任务列表只显示其自己的任务,而不是云任务。

相关内容