Help

Re: Help creating a master calendar for a base?

3078 2
cancel
Showing results for 
Search instead for 
Did you mean: 
Madeleine_Ghill
4 - Data Explorer
4 - Data Explorer

Hi there. I’m trying to build a base that summarizes my company’s social media, email, blog, and event activity and puts it all in a shared calendar. Google calendar on steroids, if you will.

I currently have sheets for social, email, blog, and events. Each of them have their own calendar views to organize things by date. What’s the best way to link up all of these calendars so that you can see everything at once? I’d like to get this to the point where users can filter to see any combination of the four categories.

I don’t want to put everything in the same sheet, because each category is so complex and has a bunch of workflows within its tab. Any suggestions on how to make a big, aggregate calendar?

Thank you!

22 Replies 22
HammerOz
7 - App Architect
7 - App Architect

Hmm… what about one table for calendar. Calendsr items might be linked to a content table which is in turn linked to multiple items in a workflow table.

So for example you add a new item to your to your calendar with a link to blog content type. You would click the blog linked field to open the related blog record which in turn shows all the workflow entries linked to blog content.

This is just an example . There is a lot I dont know about your project.

At least with this option you get a nice combined calendar. You could use the workflow table and group it by content type or calendar item for more detailed viewing. Calendars are a bit overated anyway. Try grouping by due date .

R_Felciano_QIAG
6 - Interface Innovator
6 - Interface Innovator

Any updates or responses on this? This sounds like a key use case for AirTable:

  1. Create tables for each type of marketing effort (events, webinars, blog posts, etc), including specialized columns based on the workflow for each effort.
  2. Be able to view these as individual calendars (e.g. show me a calendar of our events, show me a calendar of our blog posts, etc)
  3. Be able to view these on a single integrated calendars (e.g. show me a calendar of all our marketing activities, with events in Blue, blog posts in Red, etc)

…but it doesn’t appear to be possible to do that last step?

In theory you could do the last step outside of AirTable using iCal and showing/hiding the type-specific iCal calendars in Google Calendar, but those don’t seem to be being updated correctly (see iCal is not updated in Google Calendar).

Thanks,

Ramon

Take a look at this demo base, as I think it satisfies your needs. (Actually, I didn’t bother creating your Item 2 calendars, since if Item 3 is supported, achieving Item 2 is trivial.)

There are two caveats here: First, each marketing record must be explicitly linked to a record in the [Marketing Calendar] table. To do so is extremely simple (well, at least when working from a Grid view): The two rightmost columns in every effort record, regardless the type, are a Formula field, {Key}, and a Linked Records field, {Link to Calendar}. When the user has created a new effort record, after completing whatever data entry is required, he or she

  1. selects the {Key} field
  2. presses Ctrl-C to copy the key value
  3. right-arrows into or selects the {Link to Calendar} field
    and
  4. presses Ctrl-V to paste the key value into the linked record field.

Airtable automatically creates a new record within [Marketing Calendar] and populates the appropriate Date fields. Yes, it’s an extra manual step — but it seemed to me the additional 4 (or was it 3?) keystrokes required was more than repaid by the additional functionality it offers.

Besides, it doesn’t even have to be an additional manual step: the process can easily be implemented as a two-step Zapier Zap, which means it can operate (with some limitations) from a free Zapier account. (For those interested in doing so, the [Document] table of my Wardrobe Manager base contains something called the Wardrobe Manager Zapier Guide that offers step-by-step instructions for defining a nearly identical Zap.)

The other caveat is that some of the functionality I’m using — including multi-day spans and color coding — are Pro features.

Let me know if I’ve missed something, and I’ll see if I can shoe-horn it in, somehow. :winking_face:

Thanks @W_Vann_Hall this looks promising. If I understand the design it is basically:

  • Create and maintain events in their own type-specific tables, adopting a design pattern of the key + link columns
  • Create a single central calendar for the integrated calendar, using formula fields to dynamically bring in the data fields from the “master” tables
  • Enforce some minimal user behavior (or Zapier) to maintain the links

Is that right?

A few additional questions:

  1. Your key-construction logic introduces a brief tag prefix (e.g. W18, B18, etc). Does that serve a function other than visually identifying keys by year and marketing event type?
  2. Is there a particular reason why you maintained independent date fields in the Calendar table (Event Start, Event End, Webinar Date, Blog Date)? I understand why these are named differently in the source/master tables, but once aggregated shouldn’t these just all get collected into a single Event Date column (and Event End Date column where appropriate)? Or is there a functional reason to keep them segregated in the Calendar table?
  3. Similarly I notice that the Calendar table has distinct link columns for Blog, Webinar, etc. Could this not simply be a single “related record” table with a general Link type? Or must Link-valued columns be associated with only a single table type?

Thanks again for a very nice example showcasing AirTable’s capabilities.

Ramon

(I should say this is simply one way to implement the system; you may find other, better ways. This one is simply the one I know. :slightly_smiling_face: )

Your three bullets do a better job of encapsulating my base than I did. I may go with mandatory links more often than I should, but typically they seem awfully low-impact to create in comparison with the functionality they enable. And given how Airtable so obligingly creates a new linked record when goosed by that copy/paste into a link field, it’s hard not to make use of them.

As far as your other questions go…

  1. The prefix is actually a failed attempt; I probably should have embedded a datestring in there as well. The reason is that the [Marketing Calendar] table really needs unique ‘keys’ (that is, the primary field, which isn’t truly a key); otherwise, when you copy/paste a duplicate {Key} value into the link field, you’ll end up linking both effort records to the same calendar record, which will screw up your Calendar view. (I’d meant to highlight this in my original reply.) Feel free to use whatever mechanism you prefer that will help guarantee unique primary fields.

  2. (And 3, as well.) The distinct link and date fields that bubble up through the [Marketing Calendar] table are required by Airtable. A link field links to one and only one type of record (and, accordingly, one table); while that would seem to imply multiple tables could link to a single ‘landing site’ in the target table, Airtable linked records fields are bidirectional, so the return loop could not originate from a single field but travel to multiple destinations.

    You also ask why the multiple date types aren’t collected into a single date field — which they are. I pull all start dates into {Start} and the end date for the user group meeting into {End}; for events with only a start date, that date is duplicated into the {End} field, as well. This allows me simply to use {Start} and {End} to define the ends of my date range when configuring the Calendar view — and, even better, the system doesn’t choke if both dates are the same.

Edit: Just noticed I didn’t consolidate blogs, webinars, and events into a single {Efforts} field in [Marketing Calendar], the way I did in folding the various start and end dates into {Start} and {End}. That certainly could be done…

Glad to be of assistance. I essentially use the Support forum as an Airtable study guide, so I’m always glad to have an excuse to learn something new…

This calendar solution is exactly what I was looking for, however I’m not able to pull in the consolidated {Start} dates into my calendar view because it only wants to accept actual date fields, not formulas. Your sample table is not having this issue - is it something about the way the date field is formatted?

Calendar view is designed to work with date formulas. If your date formula isn’t showing up when setting up a calendar, you may have applied formatting to your formula that makes it output text rather than a date.

For instance, using DATETIME_FORMAT() as the outermost formula function will output text and makes your formula field ineligible for use in a calendar view. As an alternative, remove DATETIME_FORMAT() and instead use the Formatting tab of the formula field configuration to get the desired formatting.

Thanks Matt!
I have not added any formatting functions to my formula, but I am getting a strangely-formatted number which looks like this:
2018-02-02T17:22:00.000Z
Because of this string, the formatting options in the formula field configuration are not available.
My formula is using lookup fields that are pulling in normal dates with a M/D/YYYY format. I tried turning off time fields on all my records, but that didn’t seem to change anything.

Here’s the formula I’m using if that helps:
IF(NOT({Programming Start}=BLANK()),{Programming Start},
IF(NOT({Campaign Start}=BLANK()),{Campaign Start},
IF(NOT({Homepage}=BLANK()),{Homepage})))

In that case, it’s possible that one or more of the 3 fields you’re referencing from your formula (Programming Start, Campaign Start, Homepage) is not correctly formatted as a date.

Thank you! You were right. I had a linked record as a date because it’s a date field in its respective table and it appeared to be working but clearly was not.

Frank_Arnold
6 - Interface Innovator
6 - Interface Innovator

The downside of this linked dates is that you cannot use drag & drop in the calendar view (this doesn’t work with computed values) and you have an additional step with adding the link to the calendar table.

I use for all this stuff the Google Calendar with iCal and so I have some iCal feeds from different tables at one place. If the calendar view would support directly the Google Calendar API this would make some things a bit easier… you could move/add/delete/edit events directly in the Google Calendar (the API implements a bi-directional communication) and changes in the calendar view are instantly updated within the Google Calendar (Google updates the iCal feeds Afaik only once a day)

Dan
5 - Automation Enthusiast
5 - Automation Enthusiast

Just here to declare my need for that 3rd case presented, where multiple calendars can exist separetaly, but also together in a “merged” general calendar. I’ll try the proposed solution above, but it does seem limited. I hope this can be one day added as a feature?

Jen_Schuchman
4 - Data Explorer
4 - Data Explorer

Our org would also love to see the multiple-calendars-merged-into-one option as an added feature. I guess I’m a bit surprised that it isn’t an option already since it seems like users would want to keep track of schedules across teams and projects in separate or merged calendars.

Nicola_Scarsell
4 - Data Explorer
4 - Data Explorer

Other thumb up for a multiple-calendars-merged-into-one option as added feature. Any message from the developers re this? Has it been at least contemplated in their roadmap?

Thanks.

Reade_Tilley
4 - Data Explorer
4 - Data Explorer

Another vote for an easy multiple calendar visible on one solution – and in the meantime, big thanks to @W_Vann_Hall for a temp solution, which was very useful on a project today.

Kim_Gooden
4 - Data Explorer
4 - Data Explorer

I’d like to add my vote for a master calendar for a base. That would be one of the most-used tools for my company.

Users working with consolidating or replicating sub-calendars into a consolidated calendar might be interested in a scheduling framework I just published. It doesn’t address calendar consolidation directly, as such — but it does address some of the issues that lead users to work with multiple individual calendars…

Alastair_Budge
4 - Data Explorer
4 - Data Explorer

I’ve just been searching around for exactly the same solution. No update on this? Seems like a very useful feature for teams to be able to see one unified calendar across multiple functions. The workaround proposed by @W_Vann_Hall is great, however imperfect.

Any update from anyone at Airtable on whether this is a feature that is on the roadmap?

@Matt_Bush has the development team considered making a Calendar block, or any other solution to allow us to add records from multiple tables (perhaps color-coded by table)? This would be killer for a couple bases I have.