I’ve read the CRUD docs multiple times, and I can get my data from the DB into the calendar fine-- however, I’m not clear on how to add / update / delete events when a user creates a new event, updates an existing event, or deletes an event.
Also, is there a way to disable events if the current user isn’t allowed to edit / delete them (like for example only the user who created the event is allowed to change or delete it)?