Help

Google Calendar Event Automation Help

Topic Labels: Automations
1388 1
cancel
Showing results for 
Search instead for 
Did you mean: 
Gaelen_Kash
5 - Automation Enthusiast
5 - Automation Enthusiast

Hello Airtable Community! I just started to use the Automation feature and I’ve run into some challenges. I am NOT a developer and my Airtable base is used as a CRM for sales.

What I am trying to accomplish is every time I update a specific field (Follow Up Date) within an individual record (trigger), I want to create a google calendar event for the specific date that I enter within the Follow Up Date field. As I attempted to put this automation together, I realized that the automation is doing what I asked it to do but not what I want it to do . I’ve learned that the information that I enter in the Follow Up Date is completely irrelevant because the trigger is fired on the event itself and not on the data within that field. That is my first issue. When the trigger fires, a google calendar event will be added based on the start date and end date that I select within the action and NOT by the date I have entered in the Follow Up Date field as my trigger.

I am confident that what I want to have done is actually doable. I just don’t know HOW to do it.

Here is what I WANT to do:
When I update the Follow Up Date field for an individual record, I want the action to use the specific date that I entered in the Follow Up Field to create the Google Calendar Event using that date and I would like the data in the Full Name field for that specific record to be used in the Title of the Calendar Event to be created.

Screen Shot 2020-09-18 at 11.05.48 AM

Screen Shot 2020-09-18 at 11.13.07 AM

In the second image, I have changed the FollowUp Date Field and I am hoping I can automate this change to creating a Google Calendar Event to remind me to contact the specific person (Full Name Field) on the specific date (Follow Up Date Field).

If someone can offer some assistance on how this can be done, please let me know.

1 Reply 1
Tom_Check
4 - Data Explorer
4 - Data Explorer

I think you need to provide the start and end date/time fields on your calendar automation with a time to work with. When it is just a date, it doesn’t know when to start the event. The way that I worked around this is to create a separate formula field that has the following value: dateadd({followupdatefield}, 8, ‘hours’) which I then format to include a time field, and hide from view

This takes the general date in your followup date field, adds 8 hours (making it 8am), then use that for your start and end times.

I believe you could also mark it as an ‘all day event’ and not need the time, but I haven’t played with it to say for sure.