forked from ryanmwangi/CalMerger
use a fixed URL for the merged calendar
This commit is contained in:
parent
3d31d039d8
commit
37108217d8
|
@ -172,7 +172,7 @@ END:VEVENT
|
|||
fs.writeFileSync(filename, icalString);
|
||||
|
||||
// Generate a unique URL for the merged calendar
|
||||
const mergedCalendarUrl = `${req.protocol}://${req.get('host')}/${filename}`;
|
||||
const mergedCalendarUrl = `http://localhost:3000/${filename}`;
|
||||
|
||||
// Store the merged calendar URL in a file
|
||||
fs.writeFileSync(mergedCalendarUrlFile, mergedCalendarUrl);
|
||||
|
|
Loading…
Reference in New Issue