check_calendar_availability
Check calendar availability to avoid conflicts. Specify start time and duration to see if the slot is free or has existing events.
Instructions
Check whether a Calendar time slot conflicts with existing events.
Args: start_datetime: Slot start in "YYYY-MM-DD HH:MM" format duration_minutes: Slot duration in minutes calendar_name: Optional calendar name
Returns: Structured JSON with availability and conflicts or an error message.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| calendar_name | No | ||
| start_datetime | Yes | ||
| duration_minutes | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |