Aggregated and anonymized data from 80k+ sites using tarteaucitron.
calendly
requests / 30 days
52.25% consent
Calendly: cookies and consent management
Calendly is a third-party service that can be integrated into a website. Activating it may involve data exchanges with the provider or browser-side storage mechanisms.
When Calendly requires visitor consent, tarteaucitron can condition its activation on the choice made through the consent interface.
Managing Calendly with tarteaucitron
When Calendly is integrated through tarteaucitron, its activation is managed according to the visitor's consent choice. The service can therefore be loaded only when the corresponding permission has been granted and the visitor can later change this choice through the consent interface.
Cookies and storage used by Calendly
No cookie name is currently declared in the tarteaucitron integration for Calendly. This does not necessarily mean that the service processes no data or uses no other browser storage mechanism.
Configuring Calendly
Add the following code to your website after initializing tarteaucitron. Replace the example values with those provided by Calendly.
<script>
(tarteaucitron.job = tarteaucitron.job || []).push('calendly');
</script>
Additional code
The following code can already be present on your website and should be kept where the service is used.
<div class="calendly-inline-widget" data-url="https://calendly.com/URL/30min" style="min-width:320px;height:1030px;"></div>
Code to remove
Default HTML code to remove from your website:
<script type="text/javascript" src=https://assets.calendly.com/assets/external/widget.js async></script>For a complete guide, read the documentation to install tarteaucitron.js.
Privacy information
For detailed information about the processing of data by Calendly, cookies and applicable retention periods, refer to the documentation or privacy policy published by the service provider:
Frequently asked questions about Calendly
Does Calendly require consent?
Whether Calendly requires consent depends on the data processed, tracking technologies used and the purpose of the service.
How does tarteaucitron block Calendly?
tarteaucitron controls the activation of Calendly according to the consent choice recorded for the visitor. The service code is triggered through tarteaucitron instead of being loaded independently from the consent manager.