The question is self explanatory, but just incase, I will elaborate. I have two related lists: Exhibits, and Shows. I am wanting to use a calendar view in Exhibits that displays dates taken from Shows. I currently have them linked together through a lookup column in Exhibits. When I go to create a calendar view inside Exhibits however, all the other date columns show except for the ones in the lookup columns. Sure, they're technically lookup columns, not date columns.. but the lookup columns reference date columns in the other list. I am guessing this is just impossible to do, but does anyone know any workarounds?
Additional Info: It does not make sense, logically, to put the calendar in Shows. It is associated with exhibits which get their dates from the many shows they are a part of (many-many relationship). The calendar needs to show the exhibit names (not the show names) and titles displayed must link to the exhibits info, not the show info. I was intending to normalize this and create a third list as the associative entity, but this makes it impossible, since the associate entity will need to include Exhibit Name, Show Name, Show Date... all lookup columns referencing their parent tables.