Hi Team,
We want to delegate the access to the signed in user automatically and send invite through api.
I am looking in to this api, https://docs.microsoft.com/en-us/graph/api/calendar-post-events?view=graph-rest-1.0&tabs=java
1. Will delegate access enough to send an invite?
2. Will the invite be available in signed in user calendar?
3. If so, signed in user , being a organizer should be able to update/forward/cancel the meeting?
Note: Web application signed in user is not just one person, it can be anyone across the paypal organization.
Azure - delegate access and consent grant should ne done while registration of application and I believe it would be only MS create event api call everytime to send the invite.
Please help me understanding the flow.
Thanks,
Krishna.