Set a date range in database

Hey guys, I have an Event app and I have the problem that some events last more than just one day so I am looking for a way to insert multiple dates in the same record or a date range so I don’t have to create copies of the same record 5/10/20 times. Any suggestions ?

I’d normally make events with a start date/time and an end date/time.Can you give more info or screen shots of your setup?

Sure mate and thanks for replying.
I have a list element filtered by a date picker element, if let’s say an event happens from the 1st of July to the 10th I would like it to appear on the list if the user picks any of these dates in the data picker (without having to manually upload the same record 10 times)