Is there a separate process that marks "show as" as "Busy" after an invitee accepts an invitation? If so, is there a setting to leave that to behave as expected? Can anyone think what is going wrong here? and also any ideas on how to fix it?
In Power automate the get events action object doesn't contain acceptance separate from show as but they clearly are.
"body": {
"value": [
{
"subject": "test event",
"start": "2024-11-08T10:00:00.0000000",
"end": "2024-11-08T10:50:00.0000000",
"startWithTimeZone": "2024-11-08T10:00:00+00:00",
"endWithTimeZone": "2024-11-08T10:50:00+00:00",
"body": "redacted",
"isHtml": true,
"responseType": "organizer",
"responseTime": "0001-01-01T00:00:00+00:00",
"id": "redacted",
"createdDateTime": "2024-11-06T18:39:51.5346582+00:00",
"lastModifiedDateTime": "2024-11-06T18:54:30.5597838+00:00",
"organizer": "redacted",
"timeZone": "UTC",
"iCalUId": "redacted",
"categories": [],
"webLink": "redacted",
"requiredAttendees": "redacted",
"optionalAttendees": "",
"resourceAttendees": "",
"location": "",
"importance": "low",
"isAllDay": false,
"recurrence": "none",
"reminderMinutesBeforeStart": 15,
"isReminderOn": false,
"showAs": "free",
"responseRequested": true,
"sensitivity": "normal"
},