We have a flow that creates a new google calendar, and then tries to create events on it.
This always fails, with error:
Failed to execute service "Creates an event": { "error": { "errors": [ { "domain": "global", "reason": "invalid", "message": "Invalid resource id value." } ], "code": 400, "message": "Invalid resource id value." } }
We believe the "resource id value" is the calendarId, and it is somehow not recognizing it. Perhaps this is because the new calendar is created in the same authenticated api call, and so it doesn't exist yet? If that's the case, is there any way to tell UD to terminate the api session with Google Calendar, and re-initiate it to create events (without forcing the user to reload the entire flow)?