May 22, 2019 11:10 PM
Hi there,
I’m trying to create a summer travel itinerary, which will be comprised of:
Visiting different countries during different date ranges.
AND
Attending conferences in each country, during a shorter date range that falls within that country’s date range.
For example, I would want these things to show up on my calendar:
How can I best structure & organize this data in an easy-to-understand grid view so that all the data appears organized in grid view, but also so all the data appears on one calendar view?
In other words, what would be the best way for me to setup the structure of my table(s) so that:
My calendar view will show me BOTH country travel dates AND conference attendance dates on the same calendar view.
AND
My grid view will make logical sense and be the most organized for easy, user-friendly data entry.
Thanks for any help! :slightly_smiling_face:
May 23, 2019 07:09 AM
I would be very careful about picking the correct date format. In my experience I have set up intricate travel itineraries to find once in the actual locations with different time zones or dates, the dates and times shift in the database automatically. I still don’t understand which date / time format to pick
May 23, 2019 07:31 AM
Thanks for the heads-up. I am not using times in my database, so hopefully that won’t be an issue for me.
May 24, 2019 08:09 PM
To have everything in one calendar, you’ll have to put all data into a single table. Calendars in Airtable are currently implemented as views, and views are tied to tables, so that forces the design to some extent.
You say that you want “an easy-to-understand grid view,” but that partly depends on what’s easy to understand for you. Do you want to keep all events—all travel and conference records—in chronological order? Do you want to view things in groups, with travel separated from conferences? Some mix of both?
The beauty of Airtable is that you can kinda do it all using multiple views. Maybe one view has the records grouped (using a {Category}
field with “Travel” and “Conference” options, for example), while another has them intertwined while sorting everything chronologically, and perhaps a third groups by country.
May 26, 2019 10:33 AM
Thanks so much, @Justin_Barrett! :slightly_smiling_face: Yes, I think that I will be able to make this work within one table by assigning different categories to each record, and then grouping by category. But now I realize that one of my big feature suggestions for Airtable would be to have calendars pull information from multiple tables! I will request this in the product suggestions topic.