Question

How do I update airtable whenever there is an updated calendar invite?

  • 18 November 2022
  • 2 replies
  • 19 views

I have trouble using the “new or updated event” trigger for Google Calendar. I want to create a zap using this trigger that will create a new record if there is a new event, but will update a record if there is an updated event. I am not sure how to set this up - wondering if I should use the path feature. Grateful if you can provide some advice on this. Thank you. 


This post has been closed for comments. Please create a new post if you need help or have a question about this topic.

2 replies

Userlevel 7
Badge +14

Hi @twentyteam 

Good question.

Try these Zap steps:

  1. Trigger: GCal - New/Updated Event
  2. Action: Airtable - Find/Create Record
    1. Logic is to find an existing record, else create a new record
  3. Action: Filter
    1. Check if record was found = true in Step 2
      1. Only proceed if an existing record was found
  4. Action: Airtable - Update Record
    1. Map the Record ID from Step 2
Userlevel 7
Badge +8

@twentyteam thanks for stopping by the Zapier Community! 

Were you able to give Troy’s suggestion a go? That set up should get you squared away but let us know if you hit any roadblocks!