I try to display the full event in the list view but i dont found a function to do this. The change will be in this line in the single-event.php file:
<!-- Event Content -->
<?php do_action( 'tribe_events_before_the_content' ) ?>
<div class="tribe-events-list-event-description tribe-events-content">
<?php tribe_events_get_the_excerpt( null, wp_kses_allowed_html( 'post' ) ); ?>
<a href="<?php echo esc_url( tribe_get_event_link() ); ?>" class="tribe-events-read-more" rel="bookmark"><?php esc_html_e( 'Find out more', 'the-events-calendar' ) ?> »</a>
</div><!-- .tribe-events-list-event-description -->
<?php
tribe_events-get_the_excerpt its the line i supposed to be replace for the_content(); what function is this in the events calendar to replace the excerpt with the full event informatión.
Thanks for your response.