Thanks your code snipped for functions.php
add_filter( 'em_calendar_get_default_search', function( $atts ) {
$new_atts = $atts;
unset( $new_atts['calendar_size'] );
return $new_atts;
} );
Worked like a charm. I hope they will fix it in future versions though,