Widgets and web plug-ins

Integrate the tools into your website easily by adding the HTML code we provide.

Web calendar

Allow your website visitors to book an appointment or meeting from your website or by sending a link to the web calendar.

Integrate into your website

To Add this code to your website to add this plugin:

  1. Add the following code where you want this calendar to appear.
<div id="calendar_widget_Datalyse"></div>
<script>
(function () {
    var s = document.getElementsByTagName('script')[0];
    var b = document.createElement('script');
    b.type = 'text/javascript';

    b.setAttribute('script_token', 'INSERT_HERE_widget_token');
    b.setAttribute('add_in_div_id', 'calendar_widget_Datalyse');
    b.async = true;
    b.src = 'https://app.datalyse.io/openapi/view-calendar.js';
    s.parentNode.insertBefore(b, s);
})();
</script>
  1. Just replace the script_token for your web calendar add-on, you can find it from the integrations section, calendar widget from your account, on the Datalyse platform.