mattermost/mattermost-plugin-mscalendar
Handle `EmptySuggestionReason` field value in `FindMeetingTimes()` method
开放
#27 创建于 2020年1月29日
Difficulty/1:EasyHacktoberfestHelp WantedTech/GoType/EnhancementUp For Grabs
仓库指标
- 星标
- (22 个星标)
- PR 合并指标
- (平均合并 2天 7小时) (30 天内合并 10 个 PR)
描述
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.