mattermost/mattermost-plugin-mscalendar

Handle `EmptySuggestionReason` field value in `FindMeetingTimes()` method

Open

#27 opened on Jan 29, 2020

 (0 comments) (0 reactions) (0 assignees)Go (35 forks)auto 404
Difficulty/1:EasyHacktoberfestHelp WantedTech/GoType/EnhancementUp For Grabs

Repository metrics

Stars
 (22 stars)
PR merge metrics
 (PR metrics pending)

Description

Summary

The FindMeetingTimes() method in server/remote/msgraph/find_meeting_times.go needs to handle the case where meetingsOut.EmptySuggestionReason field is a non-nil value and report the error.

Also, an error case where this error occurs on Microsoft Calendar's side needs to be discovered for testing.

Ticket Link

https://mattermost.atlassian.net/browse/MM-21348

Contributor guide