My-Weekly-ToDo-List/src
mARTin 77e8e87b90 fix: eliminate extra iCloud login during sync - use stored calendars
Apple sync was doing 2 logins per cycle: getAppleCalendars (to get calendar
list for filtering) + getUpcomingEventsBatch (to fetch events). Now uses
stored calendar metadata from DB for filtering, reducing to 1 login total.

Same optimization applied to Synology. Also adds 24:00 end-of-day line
to time grid, and throttles tab-focus sync to max once per 5 minutes.

v1.75.3

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-26 10:58:09 +01:00
..
app fix: match event font to task font (family, size, weight) 2026-03-25 12:57:34 +01:00
components fix: eliminate extra iCloud login during sync - use stored calendars 2026-03-26 10:58:09 +01:00
lib fix: eliminate extra iCloud login during sync - use stored calendars 2026-03-26 10:58:09 +01:00
types feat: add task actions (notes/delete) and refine animation logic 2026-02-01 12:25:53 +01:00
middleware.ts feat: add push notifications for calendar event reminders 2026-03-16 21:38:15 +01:00