web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Automate / Office 365 Outlook – S...
Power Automate
Answered

Office 365 Outlook – Send An HTTP Request

(0) ShareShare
ReportReport
Posted on by 28
I'm trying to building on an existing flow to add people to an existing event without notifying everyone already invited. I have found and followed the flow at Power Automate Add Attendee To Meeting And Don't Email Others.
 
First I use the Get events (V4) action to get the event in question, which is in a shared calendar.
 
Then I initialize the two variables varCalendarId and varEventId.
varCalendarId Value = 
actions('Get_events_(V4):_Test_Event_2025')?['inputs']?['parameters']?['table']
 
varEventId Value =
first(body('Get_events_(V4):_Test_Event_2025')?['value'])?['id']
Then I try to send an HTTP request to get the event information.
URI = 
https://graph.microsoft.com/v1.0/users/calendars/@{variables('varCalendarId')}/events/@{variables('varEventId')}
This is where it falls over in testing. The preceding steps work as expected, and produce the expected results, but the flow fails on Send an HTTP Request: Get Event, with the following error:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN""http://www.w3.org/TR/html4/strict.dtd">
<HTML><HEAD><TITLE>Length Required</TITLE>
<META HTTP-EQUIV="Content-Type" Content="text/html; charset=us-ascii"></HEAD>
<BODY><h2>Length Required</h2>
<hr><p>HTTP Error 411. The request must be chunked or have a content length.</p>
</BODY></HTML>
 
Incidentally I have tried the same process with an event created in my own calendar and used the URI
https://graph.microsoft.com/v1.0/me/calendars/@{variables('varCalendarId')}/events/@{variables('varEventId')}
Got the same result and error.
 
The post and comments at Power Automate Add Attendee To Meeting And Don't Email Others suggest that this should work, can someone suggest what I'm doing wrong?
Categories:
I have the same question (0)
  • VictorIvanidze Profile Picture
    13,079 on at
    Try to use the "Send an HTTP request" action from the "Office 365 Users" connector.
  • lburmz Profile Picture
    28 on at
    @VictorIvanidze, thank you for the suggestion. I've tried that, using the URI as above, but it fails. Office 365 Users connectors do not support calendars or events (I think).
  • Verified answer
    VictorIvanidze Profile Picture
    13,079 on at
    Try this URI:
    https://graph.microsoft.com/v1.0/me/calendars/@{variables('varCalendarId')}/events/@{variables('varEventId')}

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Users!

Kudos to our 2025 Community Spotlight Honorees

Congratulations to our 2025 community superstars!

Leaderboard > Power Automate

#1
Haque Profile Picture

Haque 308

#2
David_MA Profile Picture

David_MA 256 Super User 2026 Season 1

#3
Expiscornovus Profile Picture

Expiscornovus 226 Most Valuable Professional

Last 30 days Overall leaderboard