Skip to content

v0.20.35

Choose a tag to compare

@ulsklyc ulsklyc released this 20 Apr 21:26

[0.20.35] - 2026-04-20

Changed

  • Extracted ICS parser functions (unfoldLines, parseICS, formatICSDate, tzLocalToUTC, applyDuration) from apple-calendar.js into a new shared module server/services/ics-parser.js, plus a new expandRRULE helper — pure refactor, no logic changes
  • Added test:ics-parser test suite covering line unfolding, all-day/UTC event parsing, and RRULE expansion