I want the client to SEE a calendar view from Calendly with ALL appointments from the week and beyond, and click on appointments for details if they want.
Clanberry provided the embed code, but when I inserted it into the HTML component, nothing loaded. There is also an API available, but I'm having trouble figuring out how to use it.
<!-- Calendly inline widget begin -->
<div class="calendly-inline-widget" data-url="https://calendly.com/wrlakshan" style="min-width:320px;height:700px;"></div>
<script type="text/javascript" src="https://assets.calendly.com/assets/external/widget.js" async></script>
<!-- Calendly inline widget end -->
Embedding is probably the way to go if you want your users to see and interact with the Calendly widget. Generally speaking, the API would allow you to interact with your data on Calendly while using the Retool interface.
I'm able to successfully embed a calendar by using the previous generation of our "Custom Component", which allows you to write HTML directly within an iframe. I've included the embedded code that seems to work for me: