Calendly cookie management and banner
Stay compliant with privacy laws like GDPR and CCPA by adjusting your cookie preferences. Learn how users and invitees can manage cookies, and how to control the cookie banner on your website.
Manage your cookie settings
Calendly gives both users and invitees control over their cookie preferences.
As a Calendly user:
- Open Settings → Privacy → Cookies.
- Select Manage cookies.
- Choose your cookie preferences.
- Select Confirm my choices or Reject all.
As an invitee:
- Scroll to the bottom of the booking page.
- Select Cookie settings.
- Choose your cookie preferences.
- Select Confirm my choices or Reject all.
Note: Cookies settings are set at the individual level. You can't set preferences for other users or manage cookies at the organization level.
Cookie banner on Calendly booking pages
Invitees will see a banner on your booking page that says:
"We use cookies and similar technologies to improve and personalize your experience, to understand website interactions (including clicks, cursor movement and screen recordings), and for marketing. Click “Decline” to decline optional cookies or “Cookie Settings” to manage individual settings. To learn more, visit our privacy notice."
Info
NOTE: You cannot hide or change the cookie banner on your booking page. However, you can hide the cookie banner when embedding Calendly on your website.
Cookie banner on Calendly embeds
By default, Calendly shows a cookie banner on embedded pages. This helps meet global privacy laws like GDPR and CCPA.
How to hide the cookie banner in your Calendly embed
You can hide the cookie banner in your website embed. If you do, make sure your site manages customer cookie preferences to stay compliant. Calendly uses cookies even if the banner is hidden. To stay compliant, wait to load Calendly until users accept performance cookies.
For existing embed code
- Open your sites HTML editor.
- Find your Calendly embed code.
- Add this parameter to the Calendly URL:
hide_gdpr_banner=1
Your code should look like this:
<div class="calendly-inline-widget" data-url="https://calendly.com/YOUR_EVENT?<strong>hide_gdpr_banner=1</strong>" style="min-width:320px;height:630px;"></div><script type="text/javascript" src="https://assets.calendly.com/assets/external/widget.js"></script>For new embed code
- Follow the steps in How to embed and customize Calendly on your website.
- Select Hide Cookie Banner before copying the code.