From d586f6bd8ada3edf06b3214a175366cc2693aec3 Mon Sep 17 00:00:00 2001 From: Arjun <6592213+arkml@users.noreply.github.com> Date: Sat, 16 May 2026 18:18:54 +0530 Subject: [PATCH] fix calendar sync issue --- apps/x/packages/core/src/knowledge/sync_calendar.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/apps/x/packages/core/src/knowledge/sync_calendar.ts b/apps/x/packages/core/src/knowledge/sync_calendar.ts index 8e644bee..3cf952e3 100644 --- a/apps/x/packages/core/src/knowledge/sync_calendar.ts +++ b/apps/x/packages/core/src/knowledge/sync_calendar.ts @@ -138,7 +138,6 @@ const SYNC_INTERVAL_MS = 5 * 60 * 1000; // Check every 5 minutes const LOOKBACK_DAYS = 7; const REQUIRED_SCOPES = [ 'https://www.googleapis.com/auth/calendar.events.readonly', - 'https://www.googleapis.com/auth/drive.readonly' ]; const nhm = new NodeHtmlMarkdown();