get id

how to get the id of an event created and use this id for use in a php variable


id of new event can be got from onEventAdded event handler


scheduler.attachEvent(“onEventAdded”,function(event_id){


/your code here/


return true


})