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
|
fab6753c5a
|
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 |
Ryan Mwangi
|
379a79617b
|
fix(lineendings): normalize calendar line endings to CRLF
|
2024-11-19 19:06:22 +03:00 |
Ryan Mwangi
|
d15d0be707
|
feat(calendar): extract and include X-WR-TIMEZONE if available
|
2024-11-19 19:03:06 +03:00 |
Ryan Mwangi
|
5e3e8eab5b
|
feat(calendar): add METHOD property to calendar component if provided
|
2024-11-19 15:59:23 +03:00 |
Ryan Mwangi
|
ac26afe778
|
feat(calendars): reorder calendar components
|
2024-11-19 15:24:16 +03:00 |
Ryan Mwangi
|
8965eaa319
|
fix(line-endings): normalize line endings to LF for cross-platform consistency- Normalized line endings in generated calendar content to LF.- Updated test assertions to handle line-ending discrepancies.- Ensured compatibility across Windows and UNIX-like systems.
|
2024-11-19 14:17:42 +03:00 |
Ryan Mwangi
|
ca52065f66
|
feat(calendar): include CALSCALE and SEQUENCE details
|
2024-11-19 14:03:42 +03:00 |
Ryan Mwangi
|
73e46d7f99
|
feat(prodid): introduce custom PRODID for merged calendars
|
2024-11-19 13:32:55 +03:00 |
Ryan Mwangi
|
d2b0234b4b
|
feat(location): conditionally handle VEVENT location based on override flag
|
2024-11-19 13:21:22 +03:00 |
Ryan Mwangi
|
2b7002303c
|
fix(calendar): align VEVENT property order and include time zone details
|
2024-11-19 01:29:32 +03:00 |
Ryan Mwangi
|
6cf5b8420e
|
feat(calendar): copy summary, timestamps, and recurrence details for VEVENTs
|
2024-11-18 23:49:50 +03:00 |
Ryan Mwangi
|
ddcfedbbdf
|
feat(calendar): support extracting and writing VTIMEZONE subcomponents
|
2024-11-18 23:40:41 +03:00 |
Ryan Mwangi
|
782e62d56d
|
refactor:remove logging for ICAL and ICAL.component as it works now
|
2024-11-18 14:07:22 +03:00 |
Ryan Mwangi
|
d4498cd0d8
|
fix: export ICAL in ical.timezones.js
|
2024-11-18 13:55:44 +03:00 |
Ryan Mwangi
|
3edc551031
|
test:add logging to confirm import and structure of ICAL
|
2024-11-16 02:53:06 +03:00 |
xeruf
|
00e152f08c
|
chore(package.json): remove unused libraries
|
2024-11-14 13:49:01 +01:00 |
xeruf
|
864a3739b3
|
fix: adjust ical.js to fix import
https://github.com/kewisch/ical.js/issues/329
|
2024-11-14 13:45:23 +01:00 |
Ryan Mwangi
|
9a0a62675c
|
fix:add ical.js and ical.timezones.js files in lib
|
2024-11-14 03:02:54 +03:00 |
Ryan Mwangi
|
2e9de0749d
|
fix:handle timebased events
|
2024-11-13 02:54:42 +03:00 |
Ryan Mwangi
|
d08d87f47c
|
test:get date based calendar test to run
|
2024-11-12 23:23:59 +03:00 |
Ryan Mwangi
|
0114c94caa
|
fix: get DTSTAMP to get parsed correctly and remain the same as the original
|
2024-11-12 23:13:56 +03:00 |
Ryan Mwangi
|
e8582cd411
|
test:add logging to ensure DTSTAMP is correctly added to the new event
|
2024-11-12 22:53:25 +03:00 |
Ryan Mwangi
|
665c134597
|
test(in-progress): run tests for date based calendar
|
2024-11-12 22:40:28 +03:00 |
Ryan Mwangi
|
8c0de14d5f
|
refactor: move server.js and app.js into src directory
|
2024-11-11 20:14:49 +03:00 |
Ryan Mwangi
|
df37f35ace
|
refactor: separated route logic from server startup
|
2024-11-11 19:45:44 +03:00 |
Ryan Mwangi
|
2a0fe0812e
|
refactor: move utility functions to calendarUtil.js
|
2024-11-11 19:34:53 +03:00 |