Create or update an event type.
To retrieve event types, see getEventTypes.
Events (appointments) can be managed with the getEvents and saveEvent API calls.
| Parameter name | Description | Possible value | Required |
|---|---|---|---|
| eventTypeID | Set this field to edit an existing event type. | integer | |
| name | Name of the event type. Use either general parameter "name" or one or more of the following parameters if you need to set the names in specific languages. | string | |
| nameEST | string | ||
| nameENG | string | ||
| nameLAT | string | ||
| nameRUS | string | ||
| nameFIN | string | ||
| displayedInCalendar | Whether events of this type should be displayed in calendar. 0 or 1 — by default 1. | integer |
| Field name | Type | Description |
|---|---|---|
| eventTypeID | integer | ID of the created/updated item. |