set my own id for an event

Hi,
I know the scheduler creates ID while creating a event, but i want to set my own value for the id. Is that possible?

It is possible to change id after adding event:

$$(“scheduler”).data.changeId(old_id,new_id);