cal.pub0.org/packages/app-store/webex
Omar López 2565d0915a
Revert "feat: Sync app credentials between Cal.com & self-hosted plat… (#11450)
2023-09-19 14:45:16 -07:00
..
api Revert "feat: Sync app credentials between Cal.com & self-hosted plat… (#11450) 2023-09-19 14:45:16 -07:00
lib Revert "feat: Sync app credentials between Cal.com & self-hosted plat… (#11450) 2023-09-19 14:45:16 -07:00
static
DESCRIPTION.md
README.md
config.json feat: Enable Conferencing Apps for Team Events [CAL-1925] (#10383) 2023-08-02 09:24:28 +05:30
index.ts
package.json
zod.ts

README.md

Obtaining Webex Client ID and Secret

  1. Create a Webex acount, 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