This website requires JavaScript.
Explore
Help
Sign in
Progyssey
/
Calmerge
Watch
2
Star
0
Fork
You've already forked Calmerge
1
Code
Issues
2
Pull requests
Releases
Activity
92c6fffe64
Calmerge
/
src
History
Ryan Mwangi
5ec6341680
feat(calendar): Set the summary using prefix and override logic
2024-11-25 20:57:32 +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
feat(calendar): Set the summary using prefix and override logic
2024-11-25 20:57:32 +03: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