Display all the meetings taking place during the current week.
Meetings of the Week

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

Display all the meetings taking place during the current week.
events as event where week(event.time.start) = week(today) and length(event.participants) > 0
