I am creating events using the Microsoft Graph API https://graph.microsoft.com/v1.0/me/events
I am able to schedule meetings with other user. But now question is how I will communicate with that user on the scheduled day or time. can we add skype meeting as location while scheduling meeting? or any other way to communicate with the users?
Thanks