Hello, I have added a resource calendar which have been assigned to most of our employees. I wish to make an app that displays todays events from that user/resource. Does anyone have any advice on how to set this up? I have tried several different ways, but I cannot seem to find the correct solution.
This is what I've tried:
-Dropdown selection with Office365Outlook.GetRooms().value;StartsWith(DisplayName;"Felleskalender"))) under 'Items'
-Dropdown selection with GetEventsCalendarView under OnSelect
The problem is that it works for some accounts, as the resource "Felleskalender" is located under "Other people's calendars", but for most users, the resource is located under "Rooms". The app cannot retrieve data for users which have it under rooms.
Hope someone can help me with this issue!
In advance, Thank you!
Solved! Go to Solution.
I have figured out a way to implement events from room resources!
For this to work, you need to use the function "Build-in", then make a HTML string like this one:
<iframe src="URL" scrolling="no" width="1100" height="700" frameborder="0"></frame></iframe>
I hope this was helpful!
Hi @CodeNoob ,
Could you please share a bit more about your scenario?
Do you want to display Outlook events under a specific room?
If you want to display Outlook events under a specific room, I afraid that there is no way to achieve your needs in PowerApps currently.
Currently, there is no action supported in Office 365 Outlook to retrieve events under a specific room. If you would like this feature to be added in PowerApps, please consider submit an idea to PowerApps Ideas Forum:
https://powerusers.microsoft.com/t5/Power-Apps-Ideas/idb-p/PowerAppsIdeas
Best regards,
I have figured out a way to implement events from room resources!
For this to work, you need to use the function "Build-in", then make a HTML string like this one:
<iframe src="URL" scrolling="no" width="1100" height="700" frameborder="0"></frame></iframe>
I hope this was helpful!
Could you explain your possible solution a bit further?
I hav been trying to display all events on a meeting room in a gallery (created by anybody in the company).
But the solution does't seem to work.
User | Count |
---|---|
262 | |
110 | |
98 | |
54 | |
39 |