May 26 2022 09:09 AM
Hello all,
I am just learning how to use all the Microsoft Power 'stuff'. I followed an online guide to create a vacation request Power App with the data stored in a Sharepoint List. That part is working great. It also notifies the user's manager of the request with approval. The guide I followed is here. I am trying to take it one step more by adding a calendar event on the submitter's calendar with the vacation request. After some digging it seems like the best way is to use a "Get calendars (V2)" block. The array that is generated from that is then filtered in a for each to look for the "Calendar" calendar and then create the event on that calendar. Everything with the creation of the event works.
The problem I am having is no matter the user who submits the request, the calendar event ALWAYS ends up on my calendar, not theirs.
May 31 2022 02:20 PM