_EventStartDate
$meta_query = array( array( 'key' => '_EventStartDate', 'value' => 'now', 'compare' => '>=', 'type' => 'DATETIME', ), );
$meta_query = array( array( 'key' => '_EventStartDate', 'value' => 'now', 'compare' => '>=', 'type' => 'DATETIME', ), );