How to Fix “ErrorItemNotFound” Error When Trying to Retrieve Conference Room Events via MS Graph API

A few weeks ago when I was working with Power Apps and the MS Graph API, I was trying to get all the events for a conference room, but when I sent a GET request through the Graph API interface, it returned the following error: “code”: “ErrorItemNotFound“ “message”: “The specified object was not found in…

Read More

How to Create a Custom Connector to Convert Calendars from Gregorian to other Calendars in Power Apps

In this article we will learn how to create a Custom Connector to convert Gregorian calendar to other calendars such as Persian, Hijri, Julian, French, etc. by using a REST API in Power Apps. Introduction to Power Apps Connectors Power Apps connectors act as bridges between your app and external systems, enabling data exchange and…

Read More