Hi Latiuscia,
You can set the template used to display event pages in the Events → Settings → Display admin screen.
If you need more control than this – ie, you need separate templates for each primary view – you could for example override and customize the default events template (default-template.php) and add some code at the top to conditionally load in other alternative templates, depending on what you’re trying to achieve.
Alternatively you might make use of WordPress’s template_include filter to pretty much achieve the same thing. Functions like tribe_is_list_view() and tribe_is_map() could be useful for detecting the actual type of event view being requested.
Does that help?