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 / Retrieving calendar ID...
Power Apps
Unanswered

Retrieving calendar ID from selected person not user

(0) ShareShare
ReportReport
Posted on by 30

Hi, I have a powerapp with a form to sign up for an event which includes adding a calendar event for those who have signed up. However, some people might fill out the form on behalf of others. In those cases, we would want the event to be added to the selected person's calendar, not the calendar of whoever is using the app. I currently have this code for the calendar event:

 

Office365Outlook.V4CalendarPostItem(
LookUp(Office365Outlook.CalendarGetTablesV2().value,
name="Calendar").name,
"Employee Orientation",
LookUp('Capacity Tracker', Time = Form1.LastSubmit.Time.Value, FormattedTime),
LookUp('Capacity Tracker', Time = Form1.LastSubmit.Time.Value, FormattedEndTime),
"(UTC-06:00) Central Time (US & Canada)",
{
requiredAttendess: DataCardValue2.Selected,
location: "Room 118",
reminderMinutesBeforeStart: 15,
isReminderOn: true,
showAs: "Busy"
}
)

 

The lookup to retrieve the calendar is returning the user's calendar. Is there a way to pass the selected person to this function? If not, is there a different function we can use to achieve this? An invite may be necessary rather than the Post function due to permissions within calendars. 

Categories:
I have the same question (0)

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 Launch!

Jump in, show your community spirit, and win prizes!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Congratulations to the May Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
Valantis Profile Picture

Valantis 413

#2
WarrenBelz Profile Picture

WarrenBelz 355 Most Valuable Professional

#3
timl Profile Picture

timl 315 Super User 2026 Season 1

Last 30 days Overall leaderboard