Skip to main content

Hi All, 

 

I have a bit of a problem. I am integrating Google Sheets and Calendar so that when a new row is added an event is created. The issue is that the events are in different calendars.

 

Basically the sheet will have in it the calendar name and when I apply the new detailed event I go to the calendar name and chose “custom” and pass the field that hold the calendar name and I always get the same error: 

Status Code 404 Not Found

 

When I pick a specific calendar, it works fine. 

Hi @Mattar 

If you’re trying to dynamically send events to different Calendars, then you’ll need to use the Calendar ID, not the Calendar Name.


Hi @Mattar 

If you’re trying to dynamically send events to different Calendars, then you’ll need to use the Calendar ID, not the Calendar Name.

You are absolutely right. it works. Thank you so much