Is there any Graph API to check whether a user is in meeting or not??
Please help me out on this.
As I checked but I didn't get any solution for it.
Is there any Graph API to check whether a user is in meeting or not??
Please help me out on this.
As I checked but I didn't get any solution for it.
Hi @NikitaPandey-4461 ,
Unfortunately you cannot get this information using Microsoft Graph API. You can get the schedules of a User using (/users/{id|userPrincipalName}/calendar/getSchedule) but you cannot get the information if the user is currently in meeting or not using Microsoft Graph API. Please provide it as a feedback at Uservoice so that community can upvote and the product team can plan to include this in future releases.
Please do not forget to "Accept the answer" wherever the information provided helps you to help others in the community.
2 people are following this question.