Move webex specific readme content to webex README

This commit is contained in:
Hariom Balhara 2023-04-11 18:59:19 +05:30
parent 1192bfd763
commit eef85776c4
3 changed files with 15 additions and 12 deletions

View File

@ -79,7 +79,7 @@ ZOOM_CLIENT_ID=
ZOOM_CLIENT_SECRET=
# Used for the Webex integration
# @see https://github.com/calcom/cal.com/#obtaining-webex-client-id-and-secret
# @see https://github.com/calcom/cal.com/packages/app-store/webex/
WEBEX_CLIENT_ID=
WEBEX_CLIENT_SECRET=

View File

@ -453,17 +453,7 @@ following
### Obtaining Webex Client ID and Secret
1. Open [Webex for Developers](https://developer.webex.com/) and sign into to your Webex account, or create a new one.
2. On the upper right, click the profile icon and go to ["My Webex Apps"](https://developer.webex.com/my-apps)
3. Click on "Create a New App" and select ["Integration"](https://developer.webex.com/my-apps/new/integration)
4. Choose "No" for "Will this use a mobile SDK?"
5. Give your app a name.
6. Upload an icon or choose one of the default icons.
7. Give your app a short description.
8. Set the Redirect URI as `<Cal.com URL>/api/integrations/webex/callback` replacing Cal.com URL with the URI at which your application runs.
9. Select the following scopes: "meeting:schedules_read", "meeting:schedules_write", "meeting:participants_read", "meeting:participants_write".
10. Click "Add Integration".
11. Copy the Client ID and Client Secret and save as `WEBEX_CLIENT_ID` and `WEBEX_CLIENT_SECRET` in your .env file.
[See Webex Readme](./packages/app-store/webex/)
### Obtaining ZohoCRM Client ID and Secret

View File

@ -0,0 +1,13 @@
### Obtaining Webex Client ID and Secret
1. Open [Webex for Developers](https://developer.webex.com/) and sign into to your Webex account, or create a new one.
2. On the upper right, click the profile icon and go to ["My Webex Apps"](https://developer.webex.com/my-apps)
3. Click on "Create a New App" and select ["Integration"](https://developer.webex.com/my-apps/new/integration)
4. Choose "No" for "Will this use a mobile SDK?"
5. Give your app a name.
6. Upload an icon or choose one of the default icons.
7. Give your app a short description.
8. Set the Redirect URI as `<Cal.com URL>/api/integrations/webex/callback` replacing Cal.com URL with the URI at which your application runs.
9. Select the following scopes: "meeting:schedules_read", "meeting:schedules_write", "meeting:participants_read", "meeting:participants_write".
10. Click "Add Integration".
11. Copy the Client ID and Client Secret and save as `WEBEX_CLIENT_ID` and `WEBEX_CLIENT_SECRET` in your .env file.