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 Apps / Create Event From Shar...
Power Apps
Unanswered

Create Event From Shared Group Calendar

(0) ShareShare
ReportReport
Posted on by 43

Hello! 

 

I have an app that creates Outlook events using the 'Office365Outlook.V4CalendarPostItem' function and want to create the events from a shared HR calendar and not from the user who is entering them in the app. Is there any way to tie them to a specific shared calendar?

 

Currently I am using: Lookup(Office365Outlook.CalendarGetTables().value,DisplayName="Calendar").Name

 

But this ties to the current users calendar and I would like to code it to always create the event from the shared calendar. 

Thanks!

Categories:
I have the same question (0)
  • CU-18081211-6 Profile Picture
    9,272 Moderator on at

    Hi @RachelPalya1,

    You need to share the HR calendar with the other app users and set for them at least NonEditingAuthor rights to this calendar.

    Then you need to find the calendar ID and the easiest way to achieve that is by using Microsoft Graph (you need rights to use that) : https://developer.microsoft.com/en-us/graph/graph-explorer# .The query you need to run is: https://graph.microsoft.com/v1.0/me/calendars (also you need to have rights on the desired calendar if it is not yours).

    Here is an example to query using Graph:

    Capture1.PNG

     

    Now, having the ID and of course the rights to write in calendar by every single user of the app , your formula is similar to:

    Office365Outlook.V4CalendarPostItem("CopyPasteTheIDFromGraph",Subject,Start,End,TimeZone)

     

    Hope it helps !

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

Season of Sharing Community Challenge Winners!

Congratulations to our community stars!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Congratulations to the July Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 329 Most Valuable Professional

#2
11manish Profile Picture

11manish 209 Super User 2026 Season 2

#3
Mohsin Ali Profile Picture

Mohsin Ali 179

Last 30 days Overall leaderboard