System to trigger events

Hello, your calendar application is really very well done, I would like to know if anyone had ever thought to treat those particular events recurring.

The aim would be to find a time T the set of events in running and can be put in place a system to trigger events

I wonder if you have any ideas in this area or you are planning to implement a system of management of events during a future version of your application

Thanks

The aim would be to find a time T the set of events in running
JS code has scheduler.getRecDates and also the php helper which can get list of recurring dates for specified time segment.

That info must be enough to define time of event triggering ( which is must not be a complex task, when you have the times and details of events )