GET /meetings/{meetingId} No recurrence object

I’m attempting to retrieve meeting details for recurring meetings. When I retrieve a meeting from the GET /meetings/{meetingId} endpoint I’m expecting a Recurrence object to be populated with the recurring meetings either in the future or from the past, but the object is completely missing.

How do I get the recurrence object to return details about the recurring meetings?

Hey @bneal, happy to help!

Are you passing in the occurrence_id query param?