function loadScheduler() {
if (typeof _scheduler !== 'undefined') {
_scheduler.show({ schedulerId: 'sched_hzu7dgwhqzg64pi9r3ndmlnh' });
} else {
setTimeout(loadScheduler, 500); // Retry after 500ms if _scheduler is not yet defined
}
}
// Try to load the scheduler after a delay to ensure the script has time to load
setTimeout(loadScheduler, 1000); // Start checking after 1 second