mattermost/mattermost-plugin-mscalendar
Handle `EmptySuggestionReason` field value in `FindMeetingTimes()` method
オープン
#27 opened on 2020/01/29
Difficulty/1:EasyHacktoberfestHelp WantedTech/GoType/EnhancementUp For Grabs
Repository metrics
- Stars
- (22 個のスター)
- PR merge metrics
- (PR metrics pending)
説明
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.