This commit introduces the 'query' parameter to the get_events tool, enabling keyword-based searching for Google Calendar events. The underlying Google Calendar API's events.list method supports a 'q' parameter for free-text search across event fields (summary, description, location). This enhancement exposes that functionality directly through the get_events tool, improving efficiency and usability. - Updated gcalendar/calendar_tools.py to include 'query' parameter. - Bumped project version to 1.1.11 in pyproject.toml. - Documented the new 'query' parameter in google_workspace_mcp_guide.md.
2.1 KiB
2.1 KiB