SharePoint 2010 -
I am trying to set up a Calendar such that when a user clicks on an existing Calendar Item they immediately are in the Edit Form, not the Display Form. I can easily set a different form to be the default, but I do not see any way to set an Edit Form to be the default form for the Display Type. I attempted to change the in the EditForm.aspx:
http://schemas.microsoft.com/WebPart/v2/ListForm">PAGE_EDITFORM</PageType> !--> http://schemas.microsoft.com/WebPart/v2/ListForm">PAGE_DISPLAYFORM
thinking that this might be what was controlling the Type of the form, but this did not work either, the Type still appears as Edit, not Display.
Any ideas? Is there just a place I have missed that allows this to be changed? So far searching has found nothing on this, at least not that I have found.
Thanks,
Bill Dewey