I have a Request Form that creates a Project from a Blueprint. It makes sense for the user to add a due date they need the item, but not to include a start date. This means my project is created with no start date.
Then I try and create a Calendar with 'Project duration to display: End Date' to show these projects. Unfortunately they don't show up b/c apparently you have to have a start date on a project to appear in a calendar... even though my Calendar is only looking to display the end date. This doesn't make sense.
The only work around is to put a start date on the request form, which also doesn't make sense b/c the requestor doesn't know how long the project will take to complete. The requestor only know when they need it.