Tasks Not Syncing With SQL Database

I’m hoping someone can help! My question is - how frequently does the ‘Tasks’ app sync with the SQL database? I changed the title of a task within the database via phpMyAdmin. After several hours, the title of the task has not updated within Nextcloud. I’m guessing this could be something to do with caching or a cron job but I could be completely wrong! Can anyone shed some light, please?

As far as I know the Nextcloud-tasks app does not sync. It just reads and writes from/to the database.

Maybe you edited the wrong table?

The tasks are stored in oc_calendarobjects (your table prefix might be different from oc_).

Personally, I would not recommend to change database records directly.

1 Like