Calendar question

Is there a way to show certain calendar items in the SC calendar, but then not let users edit the item unless it is one they created?
I am only seeing that the calendar items are all draggable/droppable and editable.If I add a WHERE in the sql to limit by userid-creatorid, it only shows that users calendar items.

try to make a script in the OnLoadrecord event that sets the field on hidden or read only when the user is not the same as the user in the record

2 Likes