Read webinars
Reads all webinars scheduled by a user. Webinars are distinct from meetings and typically involve a host broadcasting to a larger audience.
The Webinars table lists these events. Use UserId='me' or specify another user's ID.
SELECT * FROM Webinars
WITH(
UserId='me' -- enter user id or email
)