Is someone able to provide some guidance please in relation to the correct API's to be using in Power Apps? I have some test apps using the built in connectors such as Office365Groups and Office365Users. I also have an app using a custom connector wth MS Graph and have downloaded one of the sample app templates for "Book a Room" which uses items like Office365.GetRoomsInRoomList and Office365.FindMeetingTimes.
I'm wanting to do the right thing in relation to not using 'the old way' of doing things
I did read that EWS using SOAP was depricated / being phased out and that REST via the Graph API was preferred.
- I'm assuming that connectors / APIs like Office365Groups and Office365Users are here to stay?
- Should I try and just use these built in connectors before using a custom connector with the Graph API?
- Is the Office365.GetRoomsInRoomList type of API using EWS? still being used?
- Should I start using the Graph API for everthing and not the Office365Groups and Office365Users ones?
- I did see somewhere someone putting the graph explorer string in with Office365Users and httpRequest so is the way we should be going?
Hopefully the context of how I've described things is correct 🙂
Many thanks for any advice.
regards