Forum Discussion

RashmiRahul's avatar
RashmiRahul
Occasional Reader
Feb 04, 2026
Solved

findMeeting REST API does not support shared mailbox?

I'm building a bot using the MS Outlook Calendar REST APIs. I have a case where my user who is an executive assistant wants to create a meeting in the delegate mailbox she/he have access to. We are currently using findMeeting API to fetch the available for a set of users and this works perfectly for the logged in user. But, when we try to access the shared mailbox calendar using this API, it shows unsupported scenario. We do have Calendars.Shared .Read permissions.

/me/findMeeting - works 

/user/{sharedmailboxEmailId}/findMeeting - gives Unsupported Scenario error. Is this functionality not working? Couldn't find any document mentioning this. 

Alternative API getSchedule doesn't work in our case. 

 

Thanks in Advance!

3 Replies

Resources