prenotazioni

LAB INFORMATICA

descrizione….

<!-- Google Calendar Appointment Scheduling begin -->
<link href="https://calendar.google.com/calendar/scheduling-button-script.css" rel="stylesheet">
<script src="https://calendar.google.com/calendar/scheduling-button-script.js" async></script>
<script>
(function() {
  var target = document.currentScript;
  window.addEventListener('load', function() {
    calendar.schedulingButton.load({
      url: 'https://calendar.google.com/calendar/appointments/schedules/AcZssZ2nca6saXa9oDdUfA6LVB5NUF8MWYAk0gTBvGid7xhNa60PDcbcjj9rCmAUKKDbdcXf8Yxt3pXX?gv=true',
      color: '#039BE5',
      label: "Fissa una prenotazione",
      target,
    });
  });
})();
</script>
<!-- end Google Calendar Appointment Scheduling -->

oppure

<!-- Google Calendar Appointment Scheduling begin -->
<iframe src="https://calendar.google.com/calendar/appointments/schedules/AcZssZ2nca6saXa9oDdUfA6LVB5NUF8MWYAk0gTBvGid7xhNa60PDcbcjj9rCmAUKKDbdcXf8Yxt3pXX?gv=true" style="border: 0" width="100%" height="600" frameborder="0"></iframe>
<!-- end Google Calendar Appointment Scheduling -->