I’m evaluating your scheduler product for potential purchase.
I used the scheduler product for making a car-rental application. I used your example application, and now i’m adding some extra functionality to it.
In the Order table I’ve added a user_id column to store the user_id of the creator of the event.
Now, I want events (which are created by other users to) be read-only.
Hi,
you’ll need to add checking in ‘save’ action (controller method that is used to save updated event), and also you can validate changes on the client side, with JS API of the component.
For reference, you can check how it’s done in another tutorial -