mirror of
https://github.com/BetterSEQTA/BetterSEQTA-Plus.git
synced 2026-08-28 17:21:05 +00:00
feat: support outlook for calendar plus minor fixes
This commit is contained in:
@@ -4,10 +4,7 @@ import {
|
||||
fetchTimetableLessons,
|
||||
trailingWeekRange,
|
||||
} from "@/seqta/utils/googleCalendar/fetchTimetable";
|
||||
import {
|
||||
getSyncWeeksAhead,
|
||||
markWeeklySyncComplete,
|
||||
} from "@/seqta/utils/googleCalendar/syncSettings";
|
||||
import { getSyncWeeksAhead } from "@/seqta/utils/calendarSync/settings";
|
||||
import { syncLessonsToGoogleCalendar } from "@/seqta/utils/googleCalendar/syncEngine";
|
||||
import type {
|
||||
GoogleCalendarSyncOptions,
|
||||
@@ -63,10 +60,6 @@ export async function runGoogleCalendarSync(
|
||||
options,
|
||||
);
|
||||
|
||||
if (result.success && mode === "incremental") {
|
||||
await markWeeklySyncComplete();
|
||||
}
|
||||
|
||||
return result;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user