move sheduled update from client side
This commit is contained in:
parent
094123b768
commit
294747e5a5
2 changed files with 2 additions and 7 deletions
|
@ -41,9 +41,4 @@ const form = document.getElementById('merge-form');
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
//regular refresh
|
|
||||||
const refreshInterval = 60 * 60 * 1000; // 1 hour
|
|
||||||
setInterval(() => {
|
|
||||||
// Fetch new calendar data and update the merged calendar
|
|
||||||
updateMergedCalendar();
|
|
||||||
}, refreshInterval);
|
|
Loading…
Add table
Reference in a new issue