From 4f4959efb395623c91566f66ca12de5002a2d9db Mon Sep 17 00:00:00 2001 From: nicolas Date: Sat, 7 Aug 2021 01:03:46 +0200 Subject: [PATCH 1/2] Changed readme --- README.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 2a6bfa3a4c..8b1901e6b6 100644 --- a/README.md +++ b/README.md @@ -229,16 +229,13 @@ Contributions are what make the open source community such an amazing place to b 2. On the upper right, click "Develop" => "Build App". 3. On "OAuth", select "Create". 4. Name your App. -5. Choose "Account-level app" as the app type. +5. Choose "User-managed app" as the app type. 6. De-select the option to publish the app on the Zoom App Marketplace. 7. Click "Create". 8. Now copy the Client ID and Client Secret to your .env file into the `ZOOM_CLIENT_ID` and `ZOOM_CLIENT_SECRET` fields. 9. Set the Redirect URL for OAuth `/api/integrations/zoomvideo/callback` replacing CALENDSO URL with the URI at which your application runs. 10. Also add the redirect URL given above as a whitelist URL and enable "Subdomain check". Make sure, it says "saved" below the form. -11. You don't need to provide basic information about your app. Instead click at "Scopes" and then at "+ Add Scopes". Search for and check the following scopes: - 1. account:write:admin - 2. meeting:write:admin - 3. user:write:admin +11. You don't need to provide basic information about your app. Instead click at "Scopes" and then at "+ Add Scopes". Search for and check the scope `meeting:write`. 12. Click "Done". 13. You're good to go. Now you can easily add your Zoom integration in the Calendso settings. From 588265a3dc66e5c78589f42716541f21c7625a89 Mon Sep 17 00:00:00 2001 From: nicolas Date: Sat, 7 Aug 2021 08:09:08 +0200 Subject: [PATCH 2/2] Use user-managed app for zoom instead --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8b1901e6b6..78149e124f 100644 --- a/README.md +++ b/README.md @@ -235,7 +235,7 @@ Contributions are what make the open source community such an amazing place to b 8. Now copy the Client ID and Client Secret to your .env file into the `ZOOM_CLIENT_ID` and `ZOOM_CLIENT_SECRET` fields. 9. Set the Redirect URL for OAuth `/api/integrations/zoomvideo/callback` replacing CALENDSO URL with the URI at which your application runs. 10. Also add the redirect URL given above as a whitelist URL and enable "Subdomain check". Make sure, it says "saved" below the form. -11. You don't need to provide basic information about your app. Instead click at "Scopes" and then at "+ Add Scopes". Search for and check the scope `meeting:write`. +11. 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`. 12. Click "Done". 13. You're good to go. Now you can easily add your Zoom integration in the Calendso settings.