cal/packages/app-store/webex
Rob Jackson 171827f547
chore: recategorize apps (#9306)
* Remove unused code in InstalledAppsLayout

* Add new app categories "crm", "conferencing" and "messaging"

* Sort getAppCategories entries alphabetically

* Fix 404s on new category pages (and remove hardcoded category lists)

* Fix admin apps list not showing "no available apps" for new categories

* Recategorise apps

* Sync seed-app-store categories with config files

* Replace unnecessary seed-app-store.config.json with appStoreMetadata

* Copy video.svg to conferencing.svg

* Add messaging.svg

* Remove web3 from getAppCategories (used by installed apps, admin apps)

* Fix app-store-cli categories

- Add conferencing
- Add CRM
- Remove video
- Remove web3

* Remove outdated web3 comment in seed-app-store

* Update apps/web/public/static/locales/en/common.json

* Add cron script to keep db apps in sync with app metadata

* Add redirect for app category "video" to "conferencing"

* Fix up "video" category overrides to apply to conferencing

* Fix conferencing apps not showing as a location for non-team users

* Restore "installed_app" string for conferencing apps

* Make linter happier

* Remove my "installed_app_conferencing_description" as this was fixed upstream

* Quick tidy up

* Add dry-run to syncAppMeta via  CRON_ENABLE_APP_SYNC env

* Replace console.log with logger in syncAppMeta

---------

Co-authored-by: Peer Richelsen <peeroke@gmail.com>
Co-authored-by: alannnc <alannnc@gmail.com>
Co-authored-by: Hariom Balhara <hariombalhara@gmail.com>
Co-authored-by: Omar López <zomars@me.com>
2023-06-28 18:22:51 +02:00
..
api Webex integration (#7651) 2023-05-11 07:14:32 +00:00
lib Webex integration (#7651) 2023-05-11 07:14:32 +00:00
static Webex integration (#7651) 2023-05-11 07:14:32 +00:00
config.json chore: recategorize apps (#9306) 2023-06-28 18:22:51 +02:00
DESCRIPTION.md Webex integration (#7651) 2023-05-11 07:14:32 +00:00
index.ts Webex integration (#7651) 2023-05-11 07:14:32 +00:00
package.json Webex integration (#7651) 2023-05-11 07:14:32 +00:00
README.md Webex integration (#7651) 2023-05-11 07:14:32 +00:00
zod.ts Webex integration (#7651) 2023-05-11 07:14:32 +00:00

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