Replies: 2 comments 3 replies
-
That's great! Early in the development of Taskchampion we actually looked at using etebase as a backend. I think it was a little experimental at the time, so we decided against it. If I understand what you're suggesting, it's something very different: an app that will coordinate between tasks in Etesync and tasks in Taskwarrior. That's a great idea! The idea is that integrations with Taskchampion run their own local replica, and share changes to the tasks with This is doable on the develop branch. I'd encourage you to have a look at |
Beta Was this translation helpful? Give feedback.
-
Haven't made much progress with taskwarrior integration as I figured I'd wait for it the next release and publishing of the taskchampion-lib crate, but my problem might be unrelated I had some issues while importing the lib crate, I could not use Replica or Storage to access the sqlite database. for example if I try to My initial thought was I would use |
Beta Was this translation helpful? Give feedback.
-
Hello,
I have some questions regarding how taskchampion will integrate with taskwarrior
To give some context, I am trying to build a rust application that would synchronize taskwarrior tasks with etebase Calendar+Tasks ( called Etesync).
I was thinking about parsing the exported json or the tw datafiles directly. But I came across the SQLite database and taskchampion integration.
As far as I understand, taskchampion will be responsible for all data storage, so I should be looking to sync with the taskchampion instance instead.
Any hints on already available information that I may have missed are greatly appreciated
Thanks a lot, love the project
Beta Was this translation helpful? Give feedback.
All reactions