Can Microsoft Graph App Only Permissions be restricted?
问题 I am developing an app to manage room bookings via Microsoft Graph. In the end, the app needs to read and cancel meetings that are booked into a certain room resource account. Unfortunately, there is only the permission Calendars.ReadWrite which gives the app permissions to read and write every users calendar in the tenant, including private appointments. I have not found any possibility to restrict the permissions or specify them more granular. Does anyone know how to deal with this? (Or do