calmesh_create_poll
Create a scheduling poll with a date range and timezone, send invitation emails to participants, and get a shareable URL for coordination.
Instructions
Create a scheduling poll and send invitation emails to participants. Returns the poll with a shareable URL. Requires "book" scope.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | Poll title (1-200 chars). | |
| timezone | Yes | IANA timezone for the poll (e.g. Europe/Berlin). | |
| participants | Yes | List of participants to invite (1-50). | |
| date_range_end | Yes | End of date range in YYYY-MM-DD format. | |
| date_range_start | Yes | Start of date range in YYYY-MM-DD format. | |
| duration_minutes | No | Meeting duration in minutes (5-480). Defaults to 30. |