<div class="wp_theatre_event special NFF">..</div>
where special and NFF come from {{categories}}.
Or with [wp_events class={{thema}}]
would give <div class="wp_theatre_event name_of_thema">..</div>
I have added two extra fields, ‘thema’ and ‘ism’ (in English it would be ‘theme’ and ‘icw’ (for ‘in collaboration with’), but now I can only add them as an extra div inside the wp_events div:
<div class="wp_theatre_event">
<div class="wp_theatre_prod_thema">Documentaire</div>
<div class="wp_theatre_event_date">eventdate</div>
<div class="wp_theatre_event_time">eventtime</div>
<h3><div class="wp_theatre_prod_title"><a href="permalink">title</a></div></h3>
<div class="wp_theatre_prod_ism">Stichting Otherwise</div>
<p class="wp_theatre_prod_excerpt">excerpt</p>
</div>
If I could make it like <div class="wp_theatre_event Documentaire">..</div>
I would be able to adjust the looks of wp_theatre_event itself (things like borders, background,…) , which is now impossible.
Suppose you have a list of events and you would like to give the shown categories a different background color (like green for stand up comedy, red for drama, …). It would actually work better with extra fields, with categories you would get a ul inside of class, or you would have to adjust the code to prevent that. But on the other hand that would be an extra field to fill likely containing the same info as categories has.
So for short a way to add a custom field as class to an event (or production) would be helpful, but I think a possibility to add the different categories as classes would even be better.