Hi -
I am working on an App to schedule jobs for a counter top company. . Each job is stored as a line in a SharePoint list with separate columns for various data, including the materials (Material_1 Delivery Date, Material_1 Supplier ....Material_3 Delivery Date).

I already have a calendar that is made of nested galleries to sort and display the list based on dates (e.g. Install Date)
I would like to build a separate calendar for the materials being delivered. My problem is that there can be up to three materials for each job. So if I have a job XYZ Remodeling, with three materials being delivered on different dates -
How can I display each of them in a gallery sorted by date?
If I try to re-use my scheduling calendar, I have to make a separate sub-gallery for each material and the columns are cumbersome (multiple scroll bars for days with lots of deliveries). I tried to load the SharePoint list into a Collection, but the dates return blank.
Any ideas?