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:
@@ -43,6 +43,7 @@ calendar:
|
||||
- get_events
|
||||
- create_event
|
||||
- modify_event
|
||||
- query_freebusy
|
||||
extended:
|
||||
- delete_event
|
||||
complete: []
|
||||
|
||||
Reference in New Issue
Block a user