For some kind of events I would like to hide some event information, for example navigation to next/previous event, or insert other elements in the page that may look empty.
Is it possible to have a custom page to show event?
Sure thing! For this, I would start by following our Themer’s Guide and copying the single-event.php template into your theme.
From there, I would use the categories or tags (‘tribe_events_cat’, ‘post_tag’) to differentiate between the events that you’d like to create the custom views for. You could then use the “has_term()” conditional to output or remove certain elements from the template.