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 web calendar link.

Integrate to your website

To Add this code to your web page 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. You only have to replace the script_token for your web calendar plugin, you can find it from the integrations section, calendar widget from your account, in the Datalyse platform.