itchyny / calendar.vim

A calendar application for Vim
MIT License
1.95k stars 72 forks source link

Buggy experience with tasks #174

Closed wallace11 closed 4 years ago

wallace11 commented 4 years ago

There are a couple of problems I'm experiencing with tasks. They might be all connected so I thought I'd write them all together, but if you want I can open separate issues.

  1. Task lists are not properly synchronized. I have 3 lists: "My to-dos" (the default), "test" and "new". "test" shows as "My Tasks" and "new" isn't showing at all.
  2. Completing a task (pressing D) simply wipes its description, but it stays as an empty item on the list. On google tasks it shows as "completed" buy description is missing (all completed tasks are empty).

Please keep up your great work :)

itchyny commented 4 years ago

The second issue is fixed for now. Somehow Tasks API dev changed their semantics of POST, but it's understandable (I believe the code used to work before).

wallace11 commented 4 years ago

Thanks for your fast response.

  1. Tasklist names syncs perfectly now
  2. I'm able to complete a task (D) and clear (L)

All issues resolved, as far as I can tell! It sounded as though you still had some work you wanted to do, so I'll leave closing this issue to you. Thank you :)

itchyny commented 4 years ago

Thanks.