diff --git a/src/calendarUtil.js b/src/calendarUtil.js index 72d79a8..6a82d00 100644 --- a/src/calendarUtil.js +++ b/src/calendarUtil.js @@ -4,6 +4,8 @@ import path from 'path'; import axios from 'axios'; export const MERGED_CALENDARS_DIR = path.join(process.cwd(), 'calendar'); +console.log('ICAL:', ICAL); +console.log('ICAL.Component:', ICAL.Component); // Ensure the merged calendars directory exists fs.mkdirSync(MERGED_CALENDARS_DIR, { recursive: true });