Dorys, are you sure our default “List View” isn’t what you’re wanting?
With this custom CSS and using the Twenty Fifteen theme:
.tribe-theme-twentyfifteen .tribe-events-list .type-tribe_events,
.tribe-theme-twentyfifteen .tribe-events-list .type-tribe_events.tribe-events-first {
padding:0;
}
.hentry, .page-header,
.page-content {
box-shadow: 0 0 0 transparent;
}
.tribe-events-list-event-description {
display: none;
}
Here’s what I got on the List View (e.g. example.com/events/list/) — click to open full size image in new window:

Are you looking for something different or is this pretty much in line with what you are wanting?
Thanks!