Help

GCalendar updates-delete event

Topic Labels: Automations
Solved
Jump to Solution
2367 16
cancel
Showing results for 
Search instead for 
Did you mean: 
Sean_Lake1
8 - Airtable Astronomer
8 - Airtable Astronomer

Hey all!

So I wanted to create an event, and CLEAR or DELETE the Google Calendar even when a checkbox/flag is clicked. This would be used when we cancel or reschedule but don’t want to delete the original entry.
Currently I have three automations:
image
These all work beautifully, but I wanted one more automation, unless the #2 could also update, but figured it’d be better to keep it separated as its own unique automation.
Any ideas? I don’t see an option “Delete Google Calendar Event”.

Thanks.

Sean L

1 Solution

Accepted Solutions
Vivid-Squid
11 - Venus
11 - Venus

Yeah it didnt run. The Calendar ID needs to be entered in your make set up. I do not think it comes in from the previous step.

Go into you google calendar settings and you will see the calendar ID to copy.
image

See Solution in Thread

16 Replies 16

Hi @Sean_Lake1,
Make.com will let you delete a google calendar item when an option is set in Airtable.

Hum. So no other way?
I have that “app” or whatever, but I have no idea how to even begin to set it up.

Thanks.

you wouldn’t know how to set that up, now would you? I see the big + and that’s about it. Not sure what is doing what :slightly_smiling_face:

Sure!

In a nut shell, you press the + button to select a web service (Airtable), then you tell it what to do with that service (watch for new records in Airtable), then you press another + to add a second app (TikTok) and tell it what to do with the data from a previous service (create a new tiktok post). You can daisy chain actions and incorporate multiple services.

You will need to add your Airtable API key when you connect Make to Airtable, you can find this here: Sign in - Airtable

Re-reading your post, I may have misunderstood at first. Do you only want to delete the Airtable copy of the Google Calendar event and not delete the actual event in google calendar?

Actually, the idea is when a checkmark field is true, checkmark in airtable for an event, I need it to then delete said event FROM Gcalendar.

I have the api key set, but I wasn’t sure of the HOW to at that point, record I? Etc

Thanks

Sean L

OK, then you will want to use Make to delete from Google Calendar.

I have my airtable base syncing with google calendar, I added two fields. A checkbox ‘Delete’ and a last modified time (on the delete field)

image

In Make, I add the Airtable connector and Watch Records.
image

Go to Airtable, select the Delete checkbox on a test record. Return to Make.com and run the scenario, this will pull in the data for that record in Airtable so that we can use it in the next step.

Then in Make.com add the Google Calendar connector to Delete an Event
image

Notice how I added the Event ID from the previous step.

I think Make.com checks your airtable every 15 min by default, you can adjust if needed.

Now when you check the Delete option in Airtable, with-in 15 min the Event will delete from Google Calendar.

Sean_Lake1
8 - Airtable Astronomer
8 - Airtable Astronomer

Ok, so I got the first part. seems correct:
image
and then here’s in Airtable:

strong text
image

Here’s the Google calendar side:
image

But when I run it, I get:
image

It’s still showing in the calendar as of 15 minutes or so.

Did I miss something, perhaps the selection field?

Thanks for all that by the way.

Sean

Vivid-Squid
11 - Venus
11 - Venus

Yeah it didnt run. The Calendar ID needs to be entered in your make set up. I do not think it comes in from the previous step.

Go into you google calendar settings and you will see the calendar ID to copy.
image

Sean_Lake1
8 - Airtable Astronomer
8 - Airtable Astronomer

YES! That was it, just user idioto error LOL.

I was thinking it was asking for the ID from Airtable and not the actual Google Integrate Calendar info. Wow, ok.

It deleted IMMEDIATELY!

Thanks so much!