Stacked barchart with times

Hi!
I want to turn some data into a stacked barchart, the data is details about activities done each day with a start and end time, and I want the barchart to have 1 bar per day, with the length of activities done for each segment. My test data currently looks like:

date	    activity	        sub	        start	    end
14/02/20	programming	        writing 	17:00:00	18:00:00
14/02/20	research	        rockets	    18:00:00	19:00:00
14/02/20	programming	        writing 	19:00:00	20:00:00

and comes out as
image description

My intended chart should look like:

I would be very grateful for any help!

@DaPawa, Stacked columns chart may not be the preferred choice to graph a daily routine; especially if “research”, “entertainment” and “programming” have a different order on different days. Perhaps assigning different background cells colors could make the trick, leaving every other column empty.