Calendar with no move of events

Hi

I am considering using the Calendar add-on for read-only application. For that reason I don’t want that the user can move the events around.
This behavior is enabled by default, but I can’t figure out how to block this feature…

Any help appreciated.

Thanks

Jan

Turns out this is this is really simple:

calComponent.setReadOnly(true);

Don’t know how I could have missed this one :slight_smile: