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.

Start building not clicking