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

Hello,

I am sorry, I didn’t quite get your question. Can you please explain in detail?

Best regards,
Ilya

I would like to be able to retrieve from the database from server side in php the folowing:

  • list of recurring events starting at a given time
  • list of recurring events running at a given time
  • list of recurring events ending at a given time
    Looking at the database schema getting those events does not seem straight forward.
    How can I achieve that ?

Regards

Hello,

Indeed this is a limitation for now. I have provided some options in the How to parse recurring type topic.

Best regards,
Ilya

  • list of recurring events running at a given time
    There is a PHP helper class which can provide such info

SchedulerHelper->get_dates(start, end);
SchedulerHelper.zip (2.12 KB)

Thanks,i will see that,

Regards