summaryrefslogtreecommitdiff
path: root/internal/api/google_calendar.go
AgeCommit message (Expand)Author
2026-08-04Fix production wedge: propagate context to Google Calendar API callsPeter Stone
2026-07-16feat(widget): tap event to open its source directly, drop detail popupPeter Stone
2026-07-12feat(widget): add recurrence lookup endpoint (GET /api/widget/recurrence)Peter Stone
2026-07-12feat(widget): capture and forward RecurringEventID for calendar eventsPeter Stone
2026-03-23fix: support multiple enabled Google Task lists and CalendarsPeter Stone
2026-01-31Add feature toggles system with settings UI (#74)Peter Stone
2026-01-26Fix calendar timezone handling with configurable display timezonePeter Stone
2026-01-26Fix Google Calendar timezone handlingPeter Stone
2026-01-26Fix Google Calendar credential loadingPeter Stone
2026-01-25Fix all static analysis errors (golangci-lint)Peter Stone
2026-01-25Refactor: extract helpers and clean up hardcoded HTMLPeter Stone
2026-01-25Fix timezone and date handling bugs #40, #41, #42Peter Stone
2026-01-23Fix calendar dedup: use Unix timestamp to handle timezone differencesPeter Stone
2026-01-23Fix bugs #24-27: calendar dedup, uncomplete tasks, planning viewPeter Stone
2026-01-22Support multiple Google CalendarsPeter Stone
2026-01-22Add Google Calendar integrationPeter Stone