Can't hide event details on the embed
Hi
I’m trying to hide the event details in my embed with the “hide_event_type_details=1” code but the infos still appear.
Any guess on what’s not working ?
Here’s the entire code copied on my website :
<!-- Début de widget en ligne Calendly -->
<div class="calendly-inline-widget" data-url="https://calendly.com/EVENTLINK?hide_gdpr_banner=1?hide_event_type_details=1" data-resize="true" style="min-width:320px;height:700px;"></div>
<script type="text/javascript" src="https://assets.calendly.com/assets/external/widget.js" async></script>
<!-- Fin de widget en ligne Calendly -->


