Events after end time - how delete ?

Hello,

let say, that i create an event in scheduler and i would like to configure two things :

  1. Delete from database/scheduluer an event which was exceeded
  2. Where i suppose to store function which is going to send some emails after creating event in scheduler ?

Much appreciated,
Lucas

Hello,

Not sure I understand, can you please describe in detail.

Please check dataconnector’s events. You can attach your own custom function to delete/update some events or send emails in your case. As an example you can check events_rec.php file in the package.

Kind regards,
Ilya

About

i mean how can I delete or disable event in scheduler when this event is no longer current (end time of event is less then our current time :smiley:)

Hello,

There could be different answers depending on what exactly you are doing.
You can use the same connectors events to delete outdated events every time page rendered, for example.

Kind regards,
Ilya