I am an experienced developer, but new to SP. I have a calendar that only certain users can add/edit/delete events to, but each user should only be allowed to add/edit/delete their own content. I've created my own list of Categories in the "Category" list on my site. At the most primitive level, I'd like to modify the add and edit forms to auto-select the category and then disable that dropdown.
Once I can figure out how to do that, I can figure the rest out. I have discovered that I can't use server side code blocks such as <% %>, unless I'm missing out on a setting or something.
I saw something (the link has eluded me) that mentioned something about aggregated calendars? As in, each user will basically have their own calendar (via subsites) and then the main site will aggregate those?
I've scoured the interwebz and have not yet come up with an answer. Any information will help. Thank you SO community!