registerEventDescription

fun registerEventDescription(groupId: String, eventId: String, description: String?)

Register a description for an event within a specific group if descriptionRegistrationEnabled is true, the description is not empty and not null. Throws an exception if the description for the event already exists and differs from the new one.