create_event
Create a free group-scheduling event (a when2meet/Doodle alternative) and get a shareable link. Use this when a human asks you to find a time for a group to meet. Returns a public event_url anyone can open with no login to paint when they're free. Then call get_results to see the time slot the most people overlap.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tz | No | Organizer timezone label, e.g. "US/Eastern" (default local). Best slots are shown to each viewer in their own local time. | |
| dates | Yes | Candidate dates, each YYYY-MM-DD. 1-21 dates. | |
| title | Yes | What the meeting is for, e.g. "Team sync" or "D&D session". | |
| end_hour | No | Latest hour to consider, 1-24 (default 17). | |
| start_hour | No | Earliest hour to consider, 0-23 (default 9). | |
| slot_minutes | No | Slot granularity: 30 or 60 (default 30). |