Create event
cms_create_eventCreate event. Guidance: Create one CMS agenda event from event category ids. | context: title, categories, sortDate
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | No | Optional editorial datetime in RFC 3339 format with timezone. | |
| meta | No | Optional SEO payload with title and description. | |
| slug | No | Optional URL slug; the server may normalize it. | |
| No | Optional organizer contact email. | ||
| title | Yes | Event headline shown in feeds and on the item page. | |
| allDay | No | Whether the event lasts the whole day. | |
| leadin | No | Optional deck HTML. | |
| status | No | Publication status. Omit on create to default to published. Do not send scheduled. | |
| address | No | Optional venue address for the event. | |
| endDate | Yes | Event end datetime in RFC 3339 format with timezone. Must be after sortDate, or on or after it when allDay is true. | |
| urlShop | No | Optional ticketing or shop URL for the event. | |
| latitude | No | Optional venue latitude in decimal degrees; finite number. | |
| sortDate | Yes | Event start datetime in RFC 3339 format with timezone, for example 2026-06-01T18:00:00+02:00. | |
| urlEvent | No | Optional official event info URL. | |
| longitude | No | Optional venue longitude in decimal degrees; finite number. | |
| accessTier | No | Paywall tier. 'premium' locks the item behind an in-app purchase; 'free' leaves it open. Applies only to apps that sell in-app purchases. | |
| categories | Yes | Non-empty category id array. Use cms_list_cms_sections with type='agenda' to discover event category ids. | |
| phoneNumber | No | Optional organizer contact phone number. | |
| publishedDate | No | Future ISO datetime for deferred publication. Requires status='stock' when provided. | |
| commentsEnabled | No | Whether end-user comments are enabled for this event. | |
| publicationEndDate | No | Future ISO datetime for scheduled unpublication. |