From 6b5a9cdff7961444aed8625d5eb9b9b35b9819b8 Mon Sep 17 00:00:00 2001 From: Chuck <33324927+ChuckBuilds@users.noreply.github.com> Date: Fri, 12 Sep 2025 18:56:05 -0400 Subject: [PATCH] disable calendar for test --- config/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/config.json b/config/config.json index aefec13f..b2147bbe 100644 --- a/config/config.json +++ b/config/config.json @@ -195,7 +195,7 @@ "duration_buffer": 0.1 }, "calendar": { - "enabled": true, + "enabled": false, "credentials_file": "credentials.json", "token_file": "token.pickle", "update_interval": 3600,