Saw some odd behavior on my site - seems to arise from line 524 in agres_views/theme/theme.inc:

if ($event[0]->date_end > $temp_granularity_end) {

Should this not be:

if ($event[$subevent]->date_end > $temp_granularity_end) {

?

thanks,
Kevin