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 / PowerApps viewing room...
Power Apps
Unanswered

PowerApps viewing room calendar items in a gallery

(0) ShareShare
ReportReport
Posted on by 32

Hi Community,

I have read articles and either it seems that it comes to a dead end of not being a function or others have performed miracles in getting it working but I cannot re-create their solutions.  In PowerApps I want to be able to look at a list of Rooms which I have achieved using the below in a gallery:

 

Office365Outlook.GetRoomsV2().value

 

 

When a room has been selected from the list I would then want to go to another screen and display all the upcoming meeting items for the Room in another gallery, a data table would work too.  Below is the closest I have got to getting this to work:

 

Sort(
 Office365Outlook.GetEventsCalendarViewV3(
 "Calendar",
 DateTimeValue(Now()),
 DateTimeValue(Now() + 1)
 ).value,
 start,
 SortOrder.Ascending
)

 

 

The issue with this is that the only results that will appear is of the user that is logged in, as stated at the start I want to display the results of the room that is selected from the previous screen.
I have gone as far as running the below in Powershell to get the ID of the Calendar for each room:

Get-Mailbox -Identity "Room@Email.co.uk" | Get-MailboxFolderStatistics -FolderScope Calendar | Select-Object Identity
 
Which provides the result of Room\Calendar for each one, but this still doesn't work when trying to insert that instead of "Calendar".
Has anyone got any answers to this that could help out?
Categories:

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

Leaderboard > Power Apps

#1
11manish Profile Picture

11manish 382 Super User 2026 Season 2

#2
Mohsin Ali Profile Picture

Mohsin Ali 329

#3
WarrenBelz Profile Picture

WarrenBelz 187 Most Valuable Professional

Last 30 days Overall leaderboard