Add FreeBusy API support to Google Calendar tools

- Implement query_freebusy tool to query free/busy information for calendars
- Add support for time range queries with RFC3339 format
- Support multiple calendar queries in a single request
- Include optional parameters for group and calendar expansion limits
- Add tool to core tier in tool_tiers.yaml for essential availability checking
- Follow existing patterns for authentication, error handling, and logging
This commit is contained in:
Jacob Rank
2026-01-09 10:06:03 -05:00
parent 2b72c4508f
commit 506820aa3b
2 changed files with 109 additions and 0 deletions

View File

@@ -43,6 +43,7 @@ calendar:
- get_events
- create_event
- modify_event
- query_freebusy
extended:
- delete_event
complete: []