Overview
While Creating Events in Kerio Connect Client, you can assign specific labels/categories to the event:
However, you may find that these labels/categories are not entirely relevant to your use case and you want to customize them.
Solution
The labels/categories are of a set enum
values and are therefore built into the Kerio Connect database schema and are not editable.
- See our Client API documentation for the Calendars.IDL module which documents these:
- Additionally, see the MySQL reference for the ENUM type which notes:
- "An
ENUM
is a string object with a value chosen from a list of permitted values that are enumerated explicitly in the column specification at table creation time."
- "An
A feature request with ID GFIPEF-328 has been raised to the product management team to allow this customization.