saveEventStatus

Create or update an event status.

To retrieve event statuses, see getEventStatuses.

Events (appointments) can be managed with the getEvents and saveEvent API calls.

Input parameters

Parameter name Description Possible value Required
eventStatusID Set this field to edit an existing event status. 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
color Color in #rrggbb format, can be used to display events with different status with different colors. string

Response

Field name Type Description
eventStatusID integer ID of the created/updated item.