Laura
I posted a fix for this in the 3.5 beta thread its pretty quick fix if you want to try and see if helps so you can resume testing.
Just requires one change on line 99 of site\components\jevents\jevents.php to get things working.
Change this line
$component->params = & $newparams;
to this
$component->params = $newparams;
Steve