Files
BetterSEQTA-Plus/src/seqta/utils/outlookCalendar/storage.ts
T
SethBurkart123 7779edb063 refactor: consolidate and debloat calendar sync implementation
Merge duplicated Google/Outlook engines, background handlers, and API
layers into shared calendarSync modules to cut complexity without changing
user-facing sync behavior.
2026-06-28 10:45:45 +10:00

9 lines
252 B
TypeScript

export {
BSPLUS_OUTLOOK_CALENDAR_STORAGE_KEY,
clearOutlookCalendarState,
readOutlookCalendarState,
writeOutlookCalendarState,
type OutlookCalendarStatus,
type OutlookCalendarStoredState,
} from "@/seqta/utils/calendarSync/providerStorage";