Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

Event Taxonomy

$tax_query = array(
	'relation' => 'AND',
	array(
		'taxonomy'         => 'event',
	),
);