10

Does anyone knows where Gnome To-DO 3.28 store it's file ?

I have some ghost entries I can't remove

JF enter image description here

1 Answers1

8

gnome-todo using Evolution-Data-Server as its storage back-end.

Its data are stored here:

~/.local/share/evolution/tasks

For example tasks list are in below file:

~/.local/share/evolution/tasks/system/tasks.ics

And its cache are stored here:

~/.cache/evolution/tasks

For more details about Evolution-Data-Server you can see this link.

  • 1
    Is there a way to access my tasks files in a way where I can actually see the contents of my tasks/to-dos on Ubuntu Disco Dingo? I want to make sure that I can back up those files properly but the link above is slightly vague in my opinion. – Riyaad Azad Jun 14 '19 at 00:21
  • Data can be "imported" by copying this - but make sure all evolution server stuff is off and the todo app is also shutdown before you copy this/or rewrite the content of this file with the backup. – jave.web Oct 12 '23 at 09:30