Skip to main content

The requested scope is invalid, unknown, or malformed.

  • 20 August 2024
  • 1 reply
  • 29 views

Hi Team, I hope you are doing well.
I am connecting  calendly to my website using Oauth 
issue  is , its showing "The requested scope is invalid, unknown, or malformed."
but if I am using scope - default ,I am getting auth code on redirect URI 
If I am using scope - user.read user.write calendars.read calendars.write
its gives error 
// OAuth Details
const clientId = '';
const redirectUri = 'https://spiceshing.com';
const scopes = 'user.read user.write calendars.read calendars.write ';
const state = '1234';

please help us in resolving this issue,
usecase , connect calendly to my website and then user can schedule meet

Hey @Ashish26566,

We currently only support a ‘default’ scope when authorizing access to an OAuth application. Adding additional scopes is something that we’ve considered and might be something that we add to the roadmap in the future.

For now you’ll just need to rely on the default scope.

-andrew


Reply