Embedding Calendly in Wix Site
For some reason Wix does not take plain JavaScript as is. One should minify the code and embed.
<div id="handlCalendly" class="calendly-inline-widget" style="min-width:320px;height:580px;" data-auto-load="false">
<script type="text/javascript" src="https://assets.calendly.com/assets/external/widget.js"></script><script>setTimeout(function(){Calendly.initInlineWidget({url:"https://calendly.com/my-company/15-20-minutes-call-clone",parentElement:document.getElementById("handlCalendly"),utm:{utmCampaign:"object"==typeof HandL&&HandL.getAll().utm_campaign||"",utmSource:"object"==typeof HandL&&HandL.getAll().utjm_source||"",utmMedium:"object"==typeof HandL&&HandL.getAll().utm_medium||"",utmContent:"object"==typeof HandL&&HandL.getAll().utm_content||"",utmTerm:"object"==typeof HandL&&HandL.getAll().utm_term||""}})},1e3);</script></div>