Meetings of the Week
Display all the meetings taking place during the current week.
Query
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
Sign up and get started for free.
Get Started