My-Weekly-ToDo-List/src/lib
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
..
apple-calendar.ts fix: reduce iCloud CalDAV connections to prevent rate limiting 2026-03-26 09:35:25 +01:00
apple-reminders.ts fix: time grid layout alignment and task drag/drop collision detection 2026-02-23 21:29:56 +01:00
auth.ts feat: onboarding wizard for first-time users + UI fixes 2026-03-22 13:52:29 +01:00
calendar-cache.ts fix: reduce iCloud CalDAV connections to prevent rate limiting 2026-03-26 09:35:25 +01:00
calendar-events.ts fix: eliminate extra iCloud login during sync - use stored calendars 2026-03-26 10:58:09 +01:00
calendar-sync.ts feat: Add soft delete, remove Apple Reminders, improve Google Tasks sync 2026-02-21 09:04:49 +01:00
email.ts feat: add Notion provider integration + Apple Reminders deprecation note 2026-03-22 21:02:25 +01:00
google-calendar.ts feat: cross-day drag, note icon, Google recurring fix, no popup on drag 2026-03-24 12:03:33 +01:00
google-tasks.ts fix: paginate task sync and unblock connections endpoint 2026-03-23 01:11:23 +01:00
holidays.ts feat: Add Google Tasks, Apple Reminders, task import/sync, holidays, and UI enhancements 2026-02-20 16:56:14 +01:00
microsoft-todo.ts fix: paginate task sync and unblock connections endpoint 2026-03-23 01:11:23 +01:00
notion-calendar.ts feat: add Notion provider integration + Apple Reminders deprecation note 2026-03-22 21:02:25 +01:00
outlook-calendar.ts fix: add debug logging for Outlook recurring event updates 2026-03-25 14:39:50 +01:00
outlook-token.ts feat: Add Microsoft To-Do and Outlook Calendar integration 2026-02-21 22:07:37 +01:00
prisma.ts fix: prevent Prisma connection pool exhaustion in production 2026-03-24 23:17:29 +01:00
push-notifications.ts feat: add push notifications for calendar event reminders 2026-03-16 21:38:15 +01:00
quotes.ts feat: show location in events, fix HTML in notes, fix CalDAV TZID, reduce collapsed all-day space 2026-03-24 22:14:21 +01:00
sse.ts feat: real-time sync across devices via Server-Sent Events 2026-03-20 07:44:00 +01:00
synology-calendar.ts fix: reduce iCloud CalDAV connections to prevent rate limiting 2026-03-26 09:35:25 +01:00
synology-tasks.ts feat: full Synology bidirectional sync and fix someday list delete button 2026-03-08 02:00:55 +01:00