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 / Creating an event with...
Power Automate
Answered

Creating an event with live url on SharePoint events calendar

(0) ShareShare
ReportReport
Posted on by 576

I am trying to create a flow that uses the 'send http request to SharePoint' step to create an event on the Events calendar for a SharePoint site. I need to include a hyperlink in the Description property of the event that is created. Below is my json. Can someone point me in the right direction for the url portion?

 

{
"__metadata": {
"type": "SP.Data.EventsItem"
},
"fAllDayEvent": "false",
"EventDate": "@{body('Convert_time_-_Start')}",
"EndDate": "@{body('Convert_time_-_End')}",
"Title": "Test Event from Flow: HH",
"Category": "Meeting",
"Description": "<a href=\"@{outputs('Compose')}\"</a>"
}

Categories:
I have the same question (0)
  • Verified answer
    Manish Solanki Profile Picture
    15,167 Moderator on at

    Hi @ahhollan 

     

    The description html tag is not properly formed, pls correct it as mentioned below:

    "Description": "<a href=\"@{outputs('Compose')}\">Meeting link</a>"

     

    If this helps & solves your problem, please remember to give a 👍 and accept my solution as it will help others in the future.

     

    Thanks

  • Sebastiro Profile Picture
    10 on at

    Hey @ahhollan  would you mind sharing your headers / body payload?

    I am struggling to go over the 401 error message

  • ahhollan Profile Picture
    576 on at

    ahhollan_0-1701092169916.png

     

  • Sebastiro Profile Picture
    10 on at

    Thanks  Would you have a suggestion how to add Link Address of the Meeting using Rest API?

     I tried adding as another parameter while creating the item but does not seem to work (got Bad Request) 

    Sebastiro_2-1701168154720.png

     

    "status": 400,
    "message": "The property 'Link' does not exist on type 'SP.Data.EventsItem'. Make sure to only use property names that are defined by the type.\r\nclientRequestId: c8549c1a-c69f-4b8a-a365-6d7d1e6366f9\r\nserviceRequestId: eb7af2a0-a0a4-4000-826c-b5c53cce57da",
    "source":

     

      

     

    Sebastiro_1-1701168087720.png

    My goal is to populate the field Link Address of the Meeting with the correct URL

    Sebastiro_0-1701168029353.png

    @ahhollan

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 286

#2
David_MA Profile Picture

David_MA 256 Super User 2026 Season 1

#3
Expiscornovus Profile Picture

Expiscornovus 225 Most Valuable Professional

Last 30 days Overall leaderboard