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
Page 1 / 1
Hey
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
Sign up
Already have an account? Login
Not a Calendly user yet? Head on over to Calendly.com to get started before logging into the community.
Employee Login Customer LoginLogin to the community
Not a Calendly user yet? Head on over to Calendly.com to get started before logging into the community.
Employee Login Customer LoginEnter your E-mail address. We'll send you an e-mail with instructions to reset your password.