Mark Goldberg
Mark Goldberg

Reputation: 7

Overlapping times issue with 'findmeetingtimes' call in Microsoft Graph API

When attempting to complete a findmeetingtimes call with the Microsoft Graph API (as seen here: https://developer.microsoft.com/en-us/graph/docs/api-reference/beta/api/user_findmeetingtimes), I am experiencing an issue where asynchronously looping and completing the call is returning a 500 error only when two meetings are scheduled in the exact same time slot (i.e. two meetings are scheduled at exactly 4:30PM - 5:00PM. The exact error message in the error object that is returned is:

"Invalid value for arg:Overlaps are not supported within TimeSlots, value:{"start":2017-05-10T20:00:00Z,"min":30} ↵Parameter name: Overlaps are not supported within TimeSlots"

Does anyone have any suggestions for a fix/work around for this?

Thanks

Upvotes: 0

Views: 476

Answers (1)

Jason Johnston
Jason Johnston

Reputation: 17702

This was a bug in our API. We've deployed a fix that should clear this up.

Upvotes: 1

Related Questions