I would like to integrate the calendly meeting scheduler in my epi server application. Currently for back end i am using asp.net MVC.
this is the embeded code i would like to use <!-- Calendly inline widget begin --> <div class="calendly-inline-widget" data-url="Test" style="min-width:320px;height:630px;"></div> <script type="text/javascript" src="https://assets.calendly.com/assets/external/widget.js" async></script> <!-- Calendly inline widget end -->
I would like to integrate the calendly meeting scheduler in my epi server application. Currently for back end i am using asp.net MVC.
this is the embeded code i would like to use
<!-- Calendly inline widget begin -->
<div class="calendly-inline-widget" data-url="Test" style="min-width:320px;height:630px;"></div>
<script type="text/javascript" src="https://assets.calendly.com/assets/external/widget.js" async></script>
<!-- Calendly inline widget end -->
Any help would be highly appreciated.
Thanks