mirror of
https://github.com/n8n-io/n8n.git
synced 2026-08-28 17:22:01 +08:00
fix(Calendly Trigger Node): Request required OAuth2 scopes for Calendly API (#33286)
This commit is contained in:
committed by
GitHub
parent
40c2dc5b59
commit
9b9c3ddf89
@@ -46,7 +46,7 @@ export class CalendlyOAuth2Api implements ICredentialType {
|
||||
displayName: 'Scope',
|
||||
name: 'scope',
|
||||
type: 'hidden',
|
||||
default: '',
|
||||
default: 'users:read webhooks:read webhooks:write scheduled_events:read',
|
||||
},
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user