I was at a client site dealing with a Custom List that used the Calendar View.

The Custom List also had a copy of NewForm.aspx called QuickAdd.aspx. There was no customization done to QuickAdd.aspx. The Supporting Files for the Custom List had been updated to set New Item form to QuickAdd.aspx.

In the Calendar view of this Custom List, clicking on any existing item within the Calendar lead to this QuickAdd.aspx?ID=n which in turn lead to NewForm.aspx?ID=n which did not display the item clicked on, but the default New Item form entry. Obviously not desired behavior.

The solution: Delete QuickAdd.aspx.

The self-healing nature of SharePoint allows it to correct the Supporting Files. Once QuickAdd.aspx was deleted, the Custom List Calendar view correctly registered DispForm.aspx as the Display Form.

Pretty neat trick!