Feature/google calendar integration#2188
Feature/google calendar integration#2188feliciien wants to merge 2 commits intoBasedHardware:mainfrom
Conversation
This plugin allows users to import their Google Calendar events into OMI as facts, enabling context-aware assistance. Features: - OAuth authentication with Google Calendar API - Calendar selection UI - Configurable event import (days back) - Error handling and status messages /claim BasedHardware#1980
|
@kodjima33 @beastoin Could you please review and approve PR #2188 for merging? |
|
Hey team 👋 This PR has been approved by two contributors but is still blocked from merging due to lack of review from someone with write access. @kodjima33 @beastoin – could one of you kindly review and approve this so we can move forward? It's a key improvement with real-time sync via Composio, already validated by the community. Appreciate your time and support 🙏 Thanks! |
|
@feliciien hi. please add video and screenshots with details how it work. |
|
also please add detailed descriptions how to use it. i will move it to draft for now |
|
sorry @feliciien , we already have the composio plugin https://github.com/BasedHardware/omi/tree/main/plugins/composio and, we are considering @ibrahimAlbyrk 's approach at #1856 (comment) thank you for your time man. |
Btw, currently i cannot actively developing agent mate sorry for that I'm too busy. But as i said I'll add every services and much more when I'm available. |
Implement continuous Google Calendar synchronization with Composio --body # Google Calendar Integration with Composio
/claim #1980
Changes Made
This PR implements continuous synchronization for Google Calendar events using Composio, replacing the previous manual import approach. The key improvements include:
Technical Implementation
Benefits
This implementation addresses the need for a more scalable approach to platform integration, as mentioned in the issue discussion. --base main --head feature/google-calendar-integration