fix calendar sync issue

This commit is contained in:
Arjun 2026-05-16 18:18:54 +05:30
parent f9ddc6549a
commit d586f6bd8a

View file

@ -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();