mirror of
https://github.com/marcogll/talia_bot.git
synced 2026-01-13 21:35:19 +00:00
- Implements `get_available_slots` to find open time slots. - Implements `create_event` to schedule new events. - Uses a service account for server-to-server authentication. - Adds `GOOGLE_SERVICE_ACCOUNT_FILE` and `CALENDAR_ID` to the configuration. - Updates `tasks.md` to reflect the completion of the integration. - Includes error handling for Google Calendar API calls.
10 lines
170 B
Plaintext
10 lines
170 B
Plaintext
TELEGRAM_BOT_TOKEN=
|
|
OWNER_CHAT_ID=
|
|
ADMIN_CHAT_IDS=
|
|
TEAM_CHAT_IDS=
|
|
GOOGLE_SERVICE_ACCOUNT_FILE=
|
|
CALENDAR_ID=
|
|
N8N_WEBHOOK_URL=
|
|
OPENAI_API_KEY=
|
|
TIMEZONE=America/Mexico_City
|