Skip to main content

Greetings everyone,

 

We use this option in the mobile app to hide the cookie banner, unfortunately, this option does not seem to work anymore. Is this isolate or did other people report this issue ?

I was able to replicate this issue by simply appending “<event_url>?hide_gdpr_banner=1” to an event URL.

 

Could the Calendly team take a look at this ?

 

We operate from Belgium if that can help.

Hey Jim,

I believe that the hide_gdpr_banner only works when the scheduling page is embedded. For Calendly to consider the scheduling page as an embed, you need to include the following query parameters in the URL:

embed_type=Inline
embed_domain=1

The default Calendly embed script automatically sets the “embed_domain” using “window.location.host”. Unfortunately, in the mobile context this is typically undefined which causes the embed_domain query parameter not to be set.

Can you try explicitly adding these query parameters to your embed url in your mobile app?



 


Reply