what event is registered when dismissing a local todo?
I need to trigger based on that, but cant see any related event in the events page when listening to all events...
Automation triggers doesnt list it specifically .
the local todo only lists actions, but tbh, I am not sure which action I would be executing there...
usecase: a todo is auto created based on another event. along with several other whistles and bells in the frontend. I can dismiss all of those by clicking a button, or dismissing a persistent notification, at the same time removing the todo.
I now also want to dismiss those by marking this todo as completed, or removed, not even sure which I need there.
So I'd need the event for action: todo.remove_item I guess