Create new Google Calender

Hello,
i want to create a google calendar automatically, who can help me to create the node?

Google: Create Google Calender

I can’t find any javascript instructions :frowning:

The connection to Google is there, it’s just about the command to create the calendar.

Hi @micha1, from looking at the documentation page you have linked I think all that’s needed is a simple POST HTTP request to https://www.googleapis.com/calendar/v3/calendars with a summary field specifying the calendar name like so:

Just tested the above and it worked well for me, I ended up with a new calendar:

image

Hope this helps!

1 Like

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.