You can use the Content Query Web part to rollup calendar items (see below)...
http://www.microsoft.com/belux/msdn/nl/community/columns/stevenvandecraen/contentquerywebpart.mspx
http://msdn2.microsoft.com/en-us/library/ms497457.aspx
http://msdn2.microsoft.com/en-us/library/aa981241.aspx
BUT...
I need help putting all of this information together so that I can format
the result of the list so that it makes sense for calendar items (i.e. Title,
Description, Start, End, Location). I have not found an example of anyone
that has done this.
I would like to group by Date, then display start time, title, description
location...
February 19, 2007
Meeting One Title
This is the description of the first meeting of the night.
7:00 PM at 123 Location Street
Meeting Two Title
This is the description of the second meeting of the night.
9:00 PM at 456 Location Street
February 20, 2007
Meeting Three Title
This is the description of the first meeting of the night.
8:00 PM at 789 Location Street
Anyone have thoughts?