Forum Discussion
IrvanR
May 26, 2025Brass Contributor
Display Upcoming Event All Room to SharePoint Page
I want to display upcoming events from all resource rooms in the organization to a page created in SharePoint. The goal is that the page will later appear on the Screen in the Lobby room, so that al...
grant_jenkins
Jun 29, 2025Iron Contributor
One way to achieve this would be to utilize SharePoint Framework (SPFx) to build a custom webpart using the Graph API to pull in the information dynamically.
Alternatively, a Power App that does something similar that also utilizes the Graph API.
I'm not sure what the Graph API endpoints would be required though.