Calendar View Entry

I’ve created a calendar database from scratch and now I’m wondering if it’s at all possible to do something. If I have an entry that spans several days, I’d like to be able to show the detail associated with that entry on only the first day in the view, but on following days show only the topic of the entry. Is that possible? Any ideas?

Subject: Calendar View Entry

The only way I can think of is with a calculated field in the view. However there’d need to be some way to work out which of the multiple dates available it is actually showing under. Then I guess you could check to see if that equals @subset(fieldname;1) and display “” or another field as appropriate.

I have no idea whether that will work or not though, just a theory.