calendar_get_freebusy
Check a calendar for busy time slots within a given time range to avoid scheduling conflicts before creating events.
Instructions
Get busy time slots from a calendar within a time range.
Args: calendar_id: Calendar name or URL path start: ISO 8601 start of the window (e.g., "2026-01-15T00:00:00") end: ISO 8601 end of the window
Returns a list of busy periods with start and end times. Use this to check for scheduling conflicts before creating events.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end | Yes | ||
| start | Yes | ||
| calendar_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |