Thanks, this query works.
While the use you suggested with EM_Events::get still doesn’t work for me.
The $args I passed previously are as follows:
$args = array(
'post_type' => 'event',
'post_status' => 'publish',
'suppress_filters' => true,
'tag' => $tag->slug,
'posts_per_page' => -1,
'order' => 'ASC',
'orderby' => 'event_start_date,event_end_date',
'scope' => 'future',
);
These $args with older versions of the plugin worked.