2
votes

I'm doing an integration of my platform with the Office 365 Calendar through the Microsoft Graph API.

I plan to import and create new meeting rooms, but I've checked documentation that all of the rooms in this API are in beta and only allow the user to list the rooms.

Does anyone know if it is possible to create new rooms through the API?

I have read this documentation and have not found this solution.

1

1 Answers

2
votes

It isn't possible to create Room resources through Microsoft Graph API. I recommend visiting the UserVoice and adding this as a suggestion.

Currently you can only create Room and Equipment Resources via the Office 365 Admin Portal or the Exchange Admin Center.