This website requires JavaScript.
Explore
Help
Sign in
janek
/
CalMerger
Watch
1
Star
0
Fork
You've already forked CalMerger
0
forked from
ryanmwangi/CalMerger
Code
Pull requests
Activity
227ec8a211
CalMerger
/
src
History
Ryan Mwangi
227ec8a211
fix(calendar): handle date events appropriately
2024-11-22 17:03:07 +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(calendar): handle date events appropriately
2024-11-22 17:03:07 +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