Hi guys,
I’ve setup a API connector to create a Google calendar event.
Every time I run the workflow it fails.
But if I copy/paste all the values from the debugger manually in the API connector, it works…
I have no idea anymore what I’m doing wrong… Please help me!!
API Connector (push)
https://www.googleapis.com/calendar/v3/calendars/primary/events?conferenceDataVersion=1
My parameters are:
EndDate “2023-09-10T17:30:00.000Z”
StartDate “2023-09-10T17:15:00.000Z”
Summary “TEST”
Description “TEST123”
Attendees {
“email”: “stefan.h.link@gmail.com”,
“displayName”: “Stefan”
}
, {
“email”: “maria.test@gmail.com”,
“displayName”: “Maria”
}
Workflow
Debugger