Read meetings
Reads scheduled meetings for a specific user. This list includes meeting topics, start times, and join URLs. Use UserId='me' for the current user or provide a specific user email/ID.
The Meetings table is the primary way to access meeting schedules and details.
SELECT * FROM Meetings
WITH(
UserId ='me' -- enter user id or email
)