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
351
commits
2
branches
0
tags
2
MiB
927941abf9
Commit graph
3 commits
Author
SHA1
Message
Date
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
Ryan Mwangi
d4498cd0d8
fix: export ICAL in ical.timezones.js
2024-11-18 13:55:44 +03:00
Ryan Mwangi
9a0a62675c
fix:add ical.js and ical.timezones.js files in lib
2024-11-14 03:02:54 +03:00