create_event
Create a free group-scheduling event (like When2meet/Doodle) 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 (no login) to mark when they're free, plus an admin note. Then poll get_results to see the best time.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tz | No | Timezone label shown to participants, e.g. "US/Eastern" (default "local"). | |
| dates | Yes | Candidate dates to consider, each as YYYY-MM-DD. 1–31 dates. | |
| title | Yes | What the meeting is for, e.g. "Team sync" or "Dinner with friends". | |
| end_hour | No | Latest hour to consider, 1–24 (default 17 = 5 PM). | |
| start_hour | No | Earliest hour to consider, 0–23 (default 9 = 9 AM). | |
| slot_minutes | No | Time-slot granularity: 30 or 60 (default 60). |