mirror of
https://github.com/BetterSEQTA/BetterSEQTA-Plus.git
synced 2026-08-28 17:21:05 +00:00
7779edb063
Merge duplicated Google/Outlook engines, background handlers, and API layers into shared calendarSync modules to cut complexity without changing user-facing sync behavior.
9 lines
252 B
TypeScript
9 lines
252 B
TypeScript
export {
|
|
BSPLUS_OUTLOOK_CALENDAR_STORAGE_KEY,
|
|
clearOutlookCalendarState,
|
|
readOutlookCalendarState,
|
|
writeOutlookCalendarState,
|
|
type OutlookCalendarStatus,
|
|
type OutlookCalendarStoredState,
|
|
} from "@/seqta/utils/calendarSync/providerStorage";
|