anufrievroman / calcure

Modern TUI calendar and task manager with minimal and customizable UI.
https://anufrievroman.gitbook.io/calcure
MIT License
1.51k stars 43 forks source link

taskwarrior data not appearing #98

Open adriangalilea opened 5 months ago

adriangalilea commented 5 months ago

I just installed fresh taskwarrior 3.0 and calcure

When I add tasks to taskwarrior, calcure doesn't show them.

When I open calcure I see a message "incorrect input" not sure if related

I added

taskwarrior_folder = ~/.task

to my config.ini

And don't see any errors on the log, besides:

[WARNING] Couldn't load birthdays. File. /Users/adrian/.abook/addressbook does not exist.

Am I missing something?

anufrievroman commented 5 months ago

Thank you for reporting!

I think it has something to do with their recent upgrade to 3.0 and migration of the data files as described here. Calcure relies on taskw python library to interact with taskwarrior, and I can see that this library is not really updated. So, I am not sure I am ready to support the migration from this new version of taskwarrior as it will probably require for me to write a parser for their new database (I don't know how difficult it is yet). Originally, this import from taskwarrior was meant to be just a migration tool for those who wants to try calcure, but now I am not sure how many people still cannot decide which one to use :D

Anyway, let's keep this issue open for now, I'll take another look on occasion, or maybe someone will be willing to implement import from the new database.