Sep 07, 2022 08:56 AM
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:
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
Solved! Go to Solution.
Sep 15, 2022 03:36 PM
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.
Sep 07, 2022 10:34 AM
Hi @Sean_Lake1,
Make.com will let you delete a google calendar item when an option is set in Airtable.
Sep 07, 2022 01:41 PM
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.
Sep 13, 2022 07:04 PM
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:
Sep 14, 2022 10:31 AM
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?
Sep 14, 2022 01:32 PM
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
Sep 14, 2022 01:56 PM
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)
In Make, I add the Airtable connector and Watch Records.
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
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.
Sep 15, 2022 03:30 PM
Ok, so I got the first part. seems correct:
and then here’s in Airtable:
strong text
Here’s the Google calendar side:
But when I run it, I get:
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
Sep 15, 2022 03:36 PM
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.
Sep 15, 2022 03:42 PM
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!