From a32e002fd75324eb6eebed2a92f4a0bfbc89dc04 Mon Sep 17 00:00:00 2001 From: Justin Mitchell Date: Fri, 15 Oct 2021 18:17:56 -0400 Subject: [PATCH] Removes Google calendar scope (#871) Removes https://www.googleapis.com/auth/calendar scope from Google Calendar as Google will not approve the integration with it requested. Cal.com does not currently utilize this permission either as shown in /pages/api/integrations/googlecalendar/add.ts Co-authored-by: Peer Richelsen Co-authored-by: Alex van Andel --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2fb2710d1a..1a06bb1225 100644 --- a/README.md +++ b/README.md @@ -250,7 +250,7 @@ Contributions are what make the open source community such an amazing place to b 2. In the search box, type calendar and select the Google Calendar API search result. 3. Enable the selected API. 4. Next, go to the [OAuth consent screen](https://console.cloud.google.com/apis/credentials/consent) from the side pane. Select the app type (Internal or External) and enter the basic app details on the first page. -5. In the second page on Scopes, select Add or Remove Scopes. Search for Calendar.event and select the scope with scope value `.../auth/calendar.events`, `.../auth/calendar.readonly`, `.../auth/calendar` and select Update. +5. In the second page on Scopes, select Add or Remove Scopes. Search for Calendar.event and select the scope with scope value `.../auth/calendar.events`, `.../auth/calendar.readonly` and select Update. 6. In the third page (Test Users), add the Google account(s) you'll using. Make sure the details are correct on the last page of the wizard and your consent screen will be configured. 7. Now select [Credentials](https://console.cloud.google.com/apis/credentials) from the side pane and then select Create Credentials. Select the OAuth Client ID option. 8. Select Web Application as the Application Type.