Hi @Manager_DGP - the short answer is “you can’t” - unlike, say, Excel, Airtable won’t do a lookup between two unrelated tables so you have to make the explicit link between the two to get this to happen. Here’s a couple of options:
Here’s your Events table:
![Screenshot 2019-07-22 at 10.05.26.png Screenshot 2019-07-22 at 10.05.26.png](/t5/image/serverpage/image-id/12520iA44F2E31E1F32866/image-size/large?v=v2&px=999)
You could have a “fully explicit” calendar, i.e. each day of the year and link the event to the day in the calendar:
![Screenshot 2019-07-22 at 10.06.46.png Screenshot 2019-07-22 at 10.06.46.png](/t5/image/serverpage/image-id/12518i7ABF0B3091FD8633/image-size/large?v=v2&px=999)
You could group this by week to get more of a week view:
![Screenshot 2019-07-22 at 10.07.24.png Screenshot 2019-07-22 at 10.07.24.png](/t5/image/serverpage/image-id/12522i3857498EE7788017/image-size/large?v=v2&px=999)
Or, have as “week starting” calendar, as you have in your post and link the event to the week:
![Screenshot 2019-07-22 at 10.08.16.png Screenshot 2019-07-22 at 10.08.16.png](/t5/image/serverpage/image-id/12516iB6DA0526CC463A68/image-size/large?v=v2&px=999)
The advantage of the first option is that when you make the link you’re explicitly matching the same date in each table; with the second, you’re matching a date with the week it falls into - not exactly hard, but possible more prone to error.
Hope this helps
JB