Add calendar entry
hortusfox_add_calendar_entryAdd a calendar entry by providing a name and start date, with optional end date and class. Returns the new item ID.
Instructions
Add a calendar entry with a name, start date and optional end date and class. Returns the new item ID. Endpoint: /api/calendar/add.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Entry name/title. | |
| class | No | Optional calendar class identifier. | |
| date_from | Yes | Start date (YYYY-MM-DD). | |
| date_till | No | End date (YYYY-MM-DD). Defaults to the day after date_from. |