Hi All,
I am facing the error while creating all day event using 'Create a Teams meeting' action in flow.
Error is =
{
"error": {
"code": "ErrorInvalidRequest",
"message": "Your request can't be completed. The Event.End property for an all-day event needs to be set to midnight."
}
}
Here is my inputs
{
"item/subject": "Full Day Event - MSFT Training",
"item/body/content": null,
"item/timeZone": "UTC",
"item/start/dateTime": "2024-07-06T00:00:00.0000000Z",
"item/end/dateTime": "2024-07-06T23:59:00.0000000Z",
"calendarid": "Calendar",
"item/isAllDay": true,
"item/responseRequested": false
}