web-dev-qa-db-ja.com

Ubuntu-touchタスクをNextcloudと同期する

次のコマンドを使用して、Nextcloudの連絡先をubuntu-touchと同期することができました。

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-遅いnextcloud連絡先を同期する

私の質問は、Nextcloudタスクでこれをどのように行うのですか? syncevolution構文で動けなくなっているようです。

1
dom134

ランチパッドでこのバグを見つけました: https://bugs.launchpad.net/ubuntu/+source/syncevolution/+bug/1440294

クラウドタスクリストに同期するには:

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

残念ながら、Ubuntu-touchタスクリストには、クラウドタスクではなく、独自のタスクのみが表示されます。

0
dom134