find_meeting_times
Analyzes each attendee's calendar to find open time slots for a meeting. Returns the best options ranked by preference, with ISO timestamps in UTC for precise scheduling.
Instructions
Find available meeting time slots that work for all attendees. Analyzes calendars and returns the best options ranked by preference. Returns ISO timestamps with correct UTC timezone offset - use these exact values when creating events.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| emails | Yes | Email addresses of all meeting attendees | |
| date | No | Target date in YYYY-MM-DD format | |
| duration_minutes | Yes | How long the meeting should be in minutes (e.g., 30, 60, 90) | |
| preferences | No | Optional scheduling preferences |