Ok. That makes sense to me. Can I store values in variables in the view?
I think it would be possible by storing the datetime of the previous
event and comparing it with the current event datetime. I think what I
want to do is similar to pagination...
You can write pretty much any ruby in the view, local vars are no problem. I feel there may be an elegant way to skip a row or otherwise leave a gap on date change but at the moment it escapes me. Any suggestions from those with more experience?