strapi_create_event
Create new events in Strapi CMS by specifying title, description, type, dates, and location for webinars, workshops, meetups, or conferences.
Instructions
Create a new event (webinar, workshop, meetup, conference)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | Event title | |
| description | Yes | Event description in MARKDOWN | |
| event_type | Yes | Type of event | |
| start_date | Yes | Event start date/time (ISO 8601) | |
| end_date | No | Event end date/time (ISO 8601) | |
| location | No | Physical location or virtual platform | |
| registration_url | No | Registration/signup URL | |
| max_attendees | No | Maximum number of attendees | |
| publishedAt | No | Publication date (ISO 8601) or null for draft |