For programmers to need to hold a meeting by python using Zoom,this tested source code is useful. This class uses Zoom REST API.
Specification
| ID | STCD_0000000012 |
| Language | Python |
| Steps | 165 |
| Purpose | Hold a meeting by Zoom |
| Function | create meeting get meeting detail update meeting detail delete meeting |
| Environment | Ubuntu 20.04.4 LTS Anaconda3(Python 3.9.7) IDE : Visual Studio Code Zoom REST API |
| Restriction | free license You can use source code copy as owner . You can customize and distribute it freely. |
| Price | 7 dollars or 700 yen (Pay with PayPal) |
| References | https://marketplace.zoom.us/docs/api-reference/zoom-api/methods/#tag/Meetings https://marketplace.zoom.us/docs/api-reference/using-zoom-apis/#using-jwt-apps https://marketplace.zoom.us/docs/api-reference/webhook-reference/ |
Source Code






Test Result
| NO | test case | result |
| 01 | create meeting | OK |
| 02 | get meeting invitation | OK |
| 03 | get meeting detail | OK |
| 04 | get all meeting list | OK |
| 05 | check if there is meeting of the time range | OK |
| 06 | delete meeting | OK |
Test Code
*) Modify “path” along your PC environment.


History
13/3/2023 created
Provider Profile
Nick name is “Dead Fish” employed as an engineer in Japan.
I am grad if you need my code.
Thanks !
Download
Get download passwordFollowing files and data are zipped.
└── MeetingClass.py
Remarks
None


Comments