The idea is:
Add an option to the Microsoft To Do node “task: get many” to fetch only active tasks. Currently the node returns all completed tasks, which are in most cases be uninteresting and vastly more than the active tasks.
My use case:
I’d like to write the current count of active tasks to InfluxDB to be able to graph the count.
I think it would be beneficial to add this because:
This would potentially improve performance and reduce bandwidth compared to manually filtering the completed tasks after fetching them. Also it would reduce complexity and be more consistent with other nodes.
Any resources to support this?
Original GitHub issue: Microsoft To Do get many returns all tasks · Issue #5912 · n8n-io/n8n · GitHub
Question concerning behaviour in Todoist, which currently offers no way to even list completed tasks:
ClickUp also behaves that way and does not return completed tasks.
Are you willing to work on this?
Maybe