Undone Tasks from Meetings
Want to be more productive and top all the tasks agreed upon in your meetings?
This view will help you track the actionable items spread across all your meetings.
Query
events as event where date(event.time.start) < today and length(event.participants) > 1 and length(event.notes.blocks) > 0 select (event.notes.blocks as block where block.task.status = "todo" select block.task)