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
1706b9cad3
CalMerger
/
src
History
xeruf
1706b9cad3
feat(calendarUtil): simplify event property copying
2024-11-25 13:32:47 +01: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
feat(calendarUtil): simplify event property copying
2024-11-25 13:32:47 +01:00
routes.js
feat(calendarUtil): simplify event property copying
2024-11-25 13:32:47 +01:00
server.js
test(calendar): use correct subdirectory to run server
2024-11-25 13:03:47 +01:00