summaryrefslogtreecommitdiff
path: root/tests/test-calendar-sync--extract-tzid.el
AgeCommit message (Collapse)Author
22 hoursfeat(calendar-sync): add timezone conversion for TZID-qualified eventsCraig Jennings
Events with TZID parameters (e.g., DTSTART;TZID=Europe/Lisbon) were displaying in the source timezone instead of local time. Added: - calendar-sync--extract-tzid: extracts TZID from property lines - calendar-sync--convert-tz-to-local: converts using date command - Modified parse-timestamp to accept optional TZID parameter - Modified parse-event to extract and pass TZID through pipeline Includes 40 new tests covering extraction, conversion, and integration.