Obtaining Zoom Client ID and Secret
Open Zoom Marketplace and sign in with your Zoom account.
On the upper right, click "Develop" => "Build App".
On "OAuth", select "Create".
Name your App.
Choose "User-managed app" as the app type.
De-select the option to publish the app on the Zoom App Marketplace.
Click "Create".
Now copy the Client ID and Client Secret to your .env file into the
ZOOM_CLIENT_ID
andZOOM_CLIENT_SECRET
fields.Set the Redirect URL for OAuth
<Cal.com URL>/api/integrations/zoomvideo/callback
replacing Cal.com URL with the URI at which your application runs.Also add the redirect URL given above as a allow list URL and enable "Subdomain check". Make sure, it says "saved" below the form.
You don't need to provide basic information about your app. Instead click at "Scopes" and then at "+ Add Scopes". On the left, click the category "Meeting" and check the scope
meeting:write
.Click "Done".
You're good to go. Now you can easily add your Zoom integration in the Cal.com settings.