forked from ryanmwangi/CalMerger
define icsFilePath
This commit is contained in:
parent
c3c7e79286
commit
bfa61b8e77
1 changed files with 1 additions and 0 deletions
|
@ -109,6 +109,7 @@ END:VEVENT
|
|||
// Serve the merged calendar file and refresh if older than an hour
|
||||
app.get('/calendar/:name', async (req, res) => {
|
||||
const calendarName = req.params.name;
|
||||
const icsFilePath = path.join(MERGED_CALENDARS_DIR, `${calendarName}.ics`);
|
||||
|
||||
|
||||
});
|
||||
|
|
Loading…
Add table
Reference in a new issue