Files
calendar/packages/app-store/nextcloudtalk
Alex van AndelandGitHub aa51218428 perf: move to disable prisma client extension inference (#23692)
* perf: move to disable prisma client extension inference

* Prisma doesn't like it when you pass Record<string, unknown>

* API v1 type fixes

* Missed one

* Fix unit test fail due to faulty expect

* Assigning to prisma InputJsonValue/Array must be done as object, not interface

* Fix @calcom/web ts error, teams not defined

* Run eslint formatter

* fixed the routingFormHelpers file causing a failing app store e2e test
2025-09-09 10:56:58 +00:00
..
2024-10-09 17:52:30 +05:30
2024-10-09 17:52:30 +05:30

Obtaining Nextcloud Client ID and Secret

  1. Create a Nextcloud account, if you don't already have one or self-host Nextcloud.
  2. Sign in as admin on your Nextcloud.
  3. On the upper right, click the profile icon and go to "Administration settings".
  4. In the left panel under "Administration" click on "Security".
  5. Scroll down until the end of the page to "OAuth 2.0 clients".
  6. Under "Add client" give your client a name, e.g. "Cal.com".
  7. Set the Redirection URI as <Cal.com URL>/api/integrations/nextcloudtalk/callback replacing Cal.com URL with the URI at which your application runs.
  8. Click "Add".
  9. Copy the Client Identifier and Secret key and add these while enabling the app through Settings -> Admin -> Apps interface