App Logo
calendly.com

Calendly login

Log into Calendly via Google SSO (same-tab redirect). Picks the account (optional email arg), clears consent, and lands in the Calendly app. Requires a browser with an existing Google sign-in — does not work in hosted/cloud browser environments.

Input

email optional

Google account to pick in the chooser. Omit to use the first/only account.

Output

url required

The Calendly app URL the run ended on. Never a /login or /signup route — a run that ends there throws instead.

loggedIn required

Always true on a successful return: the run confirms the session by re-requesting an app route and checking it does not bounce to login. A run that cannot sign in throws rather than returning false.

account optional

The Google identity the SSO was driven with (the `email` argument, or the address read off the chooser row that was clicked). This is the Google account used, not a Calendly account read back from the app — Calendly surfaces no account email on the pages this script visits.

FAQ

Log into Calendly via Google SSO (same-tab redirect). Picks the account (optional email arg), clears consent, and lands in the Calendly app. Requires a browser with an existing Google sign-in — does not work in hosted/cloud browser environments.
Optional: email.
It returns url, account, loggedIn.
Yes. It acts as you on calendly.com: on your own Chrome it reuses your session, and on a Reduck-hosted browser it loads the calendly.com cookies saved by the Reduck extension.
It makes changes on calendly.com, like sending, posting or booking something.
Ask an AI agent connected to Reduck to run reduck/calendly.com/login_with_google, or run it from a terminal with the Reduck CLI: npx @reduck-ai/cli@latest run --script reduck/calendly.com/login_with_google
It is part of Reduck's official curated catalogue.

Start building not clicking