Back to event
`,
startDate: "2023-05-27",
startTime: "18:51",
endTime: "19:51",
options: ['Google','iCal','Microsoft365','Outlook.com'],
timeZone: "America/New_York"
};
const button = document.getElementById('my-default-button');
if (button) {
button.addEventListener('click', () => atcb_action(config, button));
}