Hello,
We use a Javascript automated process to schedule Zoom meetings on several licenses. Our application takes as input, the meeting date/time/duration info and makes sure the time is available to select a license. We use the API documented here: Meetings APIs - Zoom Developers
I noticed for one particular meeting ID (84074771183) on the license field-ops-zoom-enc@braverangels.org for which I do not see all the occurrences using the API. I get:
id=84074771183, start_time=2024-11-20T20:00:00Z
id=84074771183, start_time=2024-11-27T20:00:00Z
id=84074771183, start_time=2024-12-04T20:00:00Z
id=84074771183, start_time=2024-12-11T20:00:00Z
id=84074771183, start_time=2024-12-18T20:00:00Z
id=84074771183, start_time=2024-12-25T20:00:00Z
id=84074771183, start_time=2025-01-08T20:00:00Z
id=84074771183, start_time=2025-01-22T20:00:00Z
id=84074771183, start_time=2025-02-12T20:00:00Z
id=84074771183, start_time=2025-02-26T20:00:00Z
id=84074771183, start_time=2025-03-12T20:00:00Z
id=84074771183, start_time=2025-03-26T20:00:00Z
id=84074771183, start_time=2025-04-09T20:00:00Z
id=84074771183, start_time=2025-04-23T20:00:00Z
id=84074771183, start_time=2025-05-14T20:00:00Z
If I use the “get” meeting API (documented here: Meetings APIs - Zoom Developers) I see all the occurrences.
Thanks for any help understanding what’s happening here,