Read meeting by ID
Reads detailed information about a specific meeting. This returns extended properties not always available in the list view, such as password settings and recurrence details.
Use the WHERE id=... clause to filter for a single meeting record. Replace 1234 with the actual meeting ID.
SELECT * FROM Meetings WHERE id=1234