Hi all
I'm using microsoft graph api to create an event in a room of ours (POST https://graph.microsoft.com/v1.0/me/events). When creating an event with duration less than 24 hours everything works fine but when it lasts more then a day the meeting gets declined by the room with this message:
Is there a way to remove this 1 day barrier? Sometimes the room needs to be booked for multiple days.
Thanks.