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. |