Overdue Tasks

Overdue Tasks

Description

Display all tasks that were planned in the past and not done.

Query

click to copy
tasks as task where task.status = "todo" and task.planning < today
Routine Symbol

Try Routine today

Get Started