From 29087a9eeae12ae650936e39d75c76529b5f54c6 Mon Sep 17 00:00:00 2001 From: Amauri CHAMPEAUX Date: Mon, 12 Dec 2022 17:52:23 +0100 Subject: [PATCH] Add calendly fix #1018 --- tarteaucitron.services.js | 15 +++++++++++++++ 1 file changed, 15 insertions(+) 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",