Description
Get latest occurrence UUID for a recurring meeting
Which Endpoint/s?
Meetings API
Additional context
Idea is to create a meeting that can be used by team members to start meetings with the same meeting id
A host would need to create the meeting as the original host and they should set it as a recurring meeting so that it can be used over and over. They can define the schedule of occurrences in advance or set it as “no fixed time” which would allow it to be used at any time. Then they can handle the schedule through Outlook or their calendar service. Recurring meetings - no fixed time
To get the specific UUID for the latest occurrence, I suppose I need to use “https://api.zoom.us/v2/past_meetings/{meetingId}/instances”
Since this meeting could have many occurrences, is there a simpler way to get the latest occurrence UUID without having to get the entire list of occurrences?
If I get that, I can use that UUID for Get Past Meeting Participants call
Thanks.