Create Calendar Event
neuron_create_eventCreate a host-initiated event on a calendar. Supports attendees (with WhatsApp/email invitations), location, and daily/weekly/monthly recurrence.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | Event title | |
| endTime | Yes | End time (ISO 8601) | |
| attendees | No | List of attendees to invite | |
| startTime | Yes | Start time (ISO 8601, e.g. '2025-03-15T09:00:00Z') | |
| calendarId | Yes | Calendar UUID | |
| description | No | Event description | |
| locationType | No | Location type | |
| locationValue | No | Location details | |
| recurrenceRule | No | Recurrence rule — generates instances 12 weeks ahead |