(function() {
var target = document.currentScript;
window.addEventListener('load', function() {
calendar.schedulingButton.load({
url: 'https://calendar.google.com/calendar/appointments/schedules/AcZssZ03YFYzHdGq6KX_wKUCLz67fLCjAw9ClEyd4iq7k384TlI9k_dPs80oYrPcPXBcjdaGiJU6Dekm?gv=true',
color: '#33B679',
label: "Agenda una DEMO",
target,
});
});
})();