Recently I was working with a higher education client that was interested in an easier way to create Zoom meetings in bulk. I leveraged an existing project and made some very simple changes. The existing project was https://github.com/rnag/zoom-api-helper.
A Excel spreadsheet with the Zoom meeting data is needed. It looks like this:
Group Name | Zoom Username | Topic | Meeting Date | Meeting Time | Duration Hr | Duration Min | Meeting URL | Meeting ID | Passcode | Number of Times to Meet |
---|---|---|---|---|---|---|---|---|---|---|
Agenda 1 | <zoom user email> | topic 1 | 2/22/2024 | 1600 | 0 | 90 | 1234 | 1 | ||
Agenda 2 | <zoom user email> | topic 2 | 2/22/2024 | 1130 | 1 | 30 | 2 |
The Meeting URL and Meeting ID will be filled in in the output CSV file.
The code is available on GitHub.