mirror of
https://github.com/marcogll/talia_bot.git
synced 2026-01-13 21:35:19 +00:00
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:
2
tasks.md
2
tasks.md
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user