diff --git a/server.js b/server.js index 8e73bcc..5d31597 100644 --- a/server.js +++ b/server.js @@ -106,6 +106,12 @@ END:VEVENT } }); +// Serve the merged calendar file and refresh if older than an hour +app.get('/calendar/:name', async (req, res) => { + + +}); + // Serve the merged calendar file app.get('/calendar/:id', (req, res) => { const filename = `${req.params.id}.ics`;