diff --git a/tarteaucitron.services.js b/tarteaucitron.services.js index 2af9d9c..26231c4 100644 --- a/tarteaucitron.services.js +++ b/tarteaucitron.services.js @@ -90,6 +90,21 @@ tarteaucitron.services.googlesignin = { } }; +// calendly +tarteaucitron.services.calendly = { + "key": "calendly", + "type": "other", + "name": "Calendly", + "uri": "https://calendly.com/privacy", + "needConsent": true, + "cookies": [], + "js": function () { + "use strict"; + + tarteaucitron.addScript('https://assets.calendly.com/assets/external/widget.js'); + } +}; + // kwanko tarteaucitron.services.kwanko = { "key": "kwanko",