feat: Implement Google Calendar integration

- 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.
This commit is contained in:
google-labs-jules[bot]
2025-12-15 21:57:08 +00:00
parent 6bdae0869c
commit 2a8f8dd537
4 changed files with 90 additions and 18 deletions

View File

@@ -29,7 +29,7 @@ This file tracks the development tasks for the Talía project.
## Phase 4: Integrations
- [ ] Implement `calendar.py` for Google Calendar integration.
- [x] Implement `calendar.py` for Google Calendar integration.
- [ ] Implement `llm.py` for AI-powered responses.
- [ ] Implement `scheduler.py` for daily summaries.