自动事件调度

I am working on a project that has daily events. I would like to make it so that the events get deleted at a certain time and then add a new event for the next day. All of the events start and end at the same time every day.

I do not have access to the event scheduler in MySQL and my host will not turn it on.

Is there a way to do this so I don't have to schedule the events (19 of them) every day?