Files
calendar/packages/app-store/webex
a082cf73a0 fix: Manual RR reassign location change - Cal Video/Zoom/GoogleMeet to Zoom/Google Meet/Cal Video (#22840)
* wip

* fix tests

* fix webex OAUTH_URL for local testing as done in other apps

* fix type errors

* Improve check

---------

Co-authored-by: Udit Takkar <53316345+Udit-takkar@users.noreply.github.com>
Co-authored-by: Anik Dhabal Babu <81948346+anikdhabal@users.noreply.github.com>
2025-08-22 17:52:22 +05:30
..
2023-05-11 07:14:32 +00:00
2023-05-11 07:14:32 +00:00
2023-05-11 07:14:32 +00:00
2023-05-11 07:14:32 +00:00
2023-05-11 07:14:32 +00:00

Obtaining Webex Client ID and Secret

  1. Create a Webex account, if you don't already have one.
  2. Go to Webex for Developers and sign into to your Webex account. (Note: If you're creating a new account, create it on Webex, not on Webex for Developers)
  3. On the upper right, click the profile icon and go to "My Webex Apps"
  4. Click on "Create a New App" and select "Integration"
  5. Choose "No" for "Will this use a mobile SDK?"
  6. Give your app a name.
  7. Upload an icon or choose one of the default icons.
  8. Give your app a short description.
  9. Set the Redirect URI as <Cal.com URL>/api/integrations/webex/callback replacing Cal.com URL with the URI at which your application runs.
  10. Select the following scopes: "meeting:schedules_read", "meeting:schedules_write".
  11. Click "Add Integration".
  12. Copy the Client ID and Client Secret and add these while enabling the app through Settings -> Admin -> Apps interface