mattermost/mattermost-plugin-mscalendar
Handle `EmptySuggestionReason` field value in `FindMeetingTimes()` method
Open
#27 opened on Jan 29, 2020
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.