summaryrefslogtreecommitdiff
path: root/docs/superpowers/plans/2026-07-13-multi-day-events.md
AgeCommit message (Collapse)Author
2026-07-16docs: fix exclusive all-day end-date bug in multi-day plan's Android taskPeter Stone
MD-Task 2's review caught that Google Calendar's all-day End.Date is exclusive (a single-day all-day event's End is one day past its own day), which isMultiDayEvent/multiDayVariant didn't account for. Task 4 (Android, not yet implemented) had the same flaw copied into its Kotlin code -- fixed here before dispatching, mirroring the Go-side fix.
2026-07-16docs: add multi-day calendar events implementation planPeter Stone