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
)

Report
All responses (
Answers (