I'm using the O365 calendar connector to get booking details on resource calendars.
Office365Outlook.GetEventsCalendarViewV3
I had to make myself a delegate on the calendars for it to work.
When other users use the app they are asked to sign in with their own O365 account to use the outlook connector.
But as they arent a delegate, GetEventsCalendarViewV3 doesnt work and gives an error.

Is there a way to force the outlook connector to use the account I set when editing the app, and not ask the user to sign in?
Or maybe another way to accomplish this?