Will the scope prerequisites become specific to each API call?
For example, my current problem:
I want a non-admin user to be able to create an event on a group calendar [Group Post Events], but the API call requires the Group.ReadWrite.All scope, which means that only an admin can create events on a group calendar.
This means that there should be a MyGroup.Calendar.ReadWrite scope (or similar). Can we expect a change on this prerequisites?
Anyhow, thanks Microsoft Graph team for the daily improvements. This project is exciting.