This website requires JavaScript.
Explore
Help
Sign In
janek
/
CalMerger
forked from
ryanmwangi/CalMerger
Watch
1
Star
0
Fork
You've already forked CalMerger
0
Code
Pull Requests
Activity
c1c6ae47de
CalMerger
/
src
History
Ryan Mwangi
174a845c78
fix(import): enable compatibility between ES modules and CommonJS for ical.jsRenamed ical.js to ical.cjs to explicitly mark it as a CommonJS module and used `createRequire` to import it into the ES module project. This resolves module system conflicts and ensures seamless integration without modifying ical.js content.
2024-11-20 13:58:35 +03:00
..
lib
fix(import): enable compatibility between ES modules and CommonJS for ical.jsRenamed ical.js to ical.cjs to explicitly mark it as a CommonJS module and used `createRequire` to import it into the ES module project. This resolves module system conflicts and ensures seamless integration without modifying ical.js content.
2024-11-20 13:58:35 +03:00
app.js
refactor: move server.js and app.js into src directory
2024-11-11 20:14:49 +03:00
calendarUtil.js
fix: ensure accurate TZID inclusion in DTSTART/DTEND- Preserve TZID only when explicitly included in source calendar. - Added a helper function `hasTZID` to check for explicit TZID in raw properties.- Adjusted datetime processing logic in `processDateTimeProperty` to streamline handling of various cases.
2024-11-20 01:49:40 +03:00
routes.js
refactor: separated route logic from server startup
2024-11-11 19:45:44 +03:00
server.js
refactor: move server.js and app.js into src directory
2024-11-11 20:14:49 +03:00