Getting start and end date from lightbox.

Hello,
can you give me solution to get start_date and end_date from lightbox when creating a new event??

Regards
Abderahmen

You can use
scheduler.getEvent(id),start_date
scheduler.getEvent(id),end_date

There are a lot of handler which can be used to get data, you can try onEventAdded - which is called after closing details form during event creating.