Thanks for your answer.
I want to override the em-calendar.php, and do something like you suggest in a previous post :
if( $EM_Event->start > current_time() ){
//show your booking here, otherwise it'll skip it.
}
But where to do it and with wich syntax ?
Thanks