I'm trying to sync my Office 365 Calendar to my Google Calendar so I can get it into ClickUp. I can't sync with an ICS link because ClickUp will only recognize native GCal calendars, not subscribed calendars. I tried the following flow I saw on Power Automate's Forums:
But I keep getting a "Bad Request" error. I even tried to create a new calendar on my Google account that was separate from the default user calendar and it still didn't work. Here's the error output:
{
"statusCode": 400,
"headers": {
"Pragma": "no-cache",
"Vary": "Origin,X-Origin,Referer",
"X-XSS-Protection": "0",
"X-Frame-Options": "SAMEORIGIN",
"X-Content-Type-Options": "nosniff",
"Alt-Svc": "h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000,h3-Q050=\":443\"; ma=2592000,h3-Q046=\":443\"; ma=2592000,h3-Q043=\":443\"; ma=2592000,quic=\":443\"; ma=2592000; v=\"46,43\"",
"Timing-Allow-Origin": "*",
"x-ms-apihub-cached-response": "false",
"x-ms-apihub-obo": "true",
"Cache-Control": "no-store, must-revalidate, no-cache, max-age=0",
"Date": "Fri, 04 Feb 2022 14:32:38 GMT",
"Content-Length": "210",
"Content-Type": "application/json",
"Expires": "Mon, 01 Jan 1990 00:00:00 GMT"
},
"body": {
"error": {
"errors": [
{
"domain": "global",
"reason": "badRequest",
"message": "Bad Request"
}
],
"code": 400,
"message": "Bad Request"
}
}
}