Edit calendar entry
hortusfox_edit_calendar_entryEdit an existing calendar entry by providing its identifier and a new start date. Update the name, class, or end date as needed.
Instructions
Edit an existing calendar entry by its identifier. Endpoint: /api/calendar/edit.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Updated name/title. | |
| class | No | Optional calendar class identifier. | |
| ident | Yes | The calendar entry identifier. | |
| date_from | Yes | Start date (YYYY-MM-DD). | |
| date_till | No | End date (YYYY-MM-DD). Defaults to the day after date_from. |