From 9dc13dacb125ca530bbb8b17337cb7868845fc73 Mon Sep 17 00:00:00 2001 From: Marco Gallegos Date: Sun, 21 Dec 2025 13:53:31 -0600 Subject: [PATCH] feat: Split Google Calendar ID into work and personal IDs and ignore local database files. --- .env.example | 3 ++- talia_bot/.gitignore | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 talia_bot/.gitignore diff --git a/.env.example b/.env.example index 14f7263..3899da9 100644 --- a/.env.example +++ b/.env.example @@ -12,7 +12,8 @@ TELEGRAM_OWNER_CHAT_ID= # The path to your Google Cloud service account credentials file. GOOGLE_SERVICE_ACCOUNT_FILE=google_key.json # The ID of the Google Calendar you want the bot to manage. -GOOGLE_CALENDAR_ID= +WORK_GOOGLE_CALENDAR_ID= +PERSONAL_GOOGLE_CALENDAR_ID= # ================================================== # Webhooks (n8n) diff --git a/talia_bot/.gitignore b/talia_bot/.gitignore new file mode 100644 index 0000000..2f23b7f --- /dev/null +++ b/talia_bot/.gitignore @@ -0,0 +1 @@ +data/*.db