hivelearn_create_event
Create a calendar event. Dates are ISO 8601 strings in UTC. For virtual events set meeting_url; for in-person set location. event_type controls which field the UI shows.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | ||
| title | Yes | ||
| end_date | Yes | ISO 8601 timestamp | |
| location | No | ||
| timezone | No | IANA tz, e.g. "America/New_York" | |
| event_type | Yes | ||
| start_date | Yes | ISO 8601 timestamp | |
| description | No | ||
| meeting_url | No | ||
| max_attendees | No | ||
| cover_image_url | No | ||
| description_json | No | ||
| description_format | No |