Get End/Start Date event in AfterProcessing

Hello,

in php/events.php i would like to get end and start date of event but i can not ;(

Of course i can receive event_id like this :

$action->get_status()

but getting end and start date ends using code below of course fails :

$scheduler . getEventEndDate($action->get_value("event_id"))

How can I fix this issue ? Thanks

Hello,

$start_date = $action->get_value("start_date"); $custom_property = $action->get_value("custom_property");
Kind regards,
Ilya