The requested scope is invalid, unknown, or malformed.
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
