(function() {
var target = document.currentScript;
window.addEventListener('load', function() {
calendar.schedulingButton.load({
url: 'https://calendar.google.com/calendar/appointments/schedules/AcZssZ3AFrNg2LIChYDtOoyuUOKWddxqpT-6jh0G2PV6sNjRrO5II5QEyx7YHYgItzvbWZ-OZ2Nqufzn?gv=true',
color: '#039BE5',
label: 'Book an appointment',
target,
});
});
})();