Create Events but not edit them

Greetings!
I was wondering, if there is a way to configure the scheduler to give the user the ability to create events, but deny the edition?

Hope you can help me.

Best Regards.

Something like next can be used

scheduler.attachEvent("onLightbox", function(id){ if (scheduler.getState().new_event) return true; return false; })