Hi Laura
Please edit the file components/com_jevents/views/float/range/view.html.php and change lines 34-36 from
if ($interval->format("%s")==0){
$interval = new DateInterval("P1D");
}
to
if ($jevStartDate == $jevEndDate){
$interval = new DateInterval("P1D");
}
p.s. Still looking into the user export question - its a bit more involved than I thought since I need a full set of user management functions to do it properly