Meetings of the Week

Meetings of the Week

Description

Display all the meetings taking place during the current week.

Query

click to copy
events as event where week(event.time.start) = week(today) and length(event.participants) > 0
Routine Symbol

Try Routine today

Get Started