mattermost/mattermost-plugin-mscalendar
Add error checking for --allday flag for "create event" command
开放
#99 创建于 2020年4月26日
HacktoberfestHelp WantedTech/GoType/Enhancement
仓库指标
- 星标
- (22 个星标)
- PR 合并指标
- (平均合并 2天 7小时) (30 天内合并 10 个 PR)
描述
When using the --allday flag with /mscalendar createevent, make sure the user provides a --starttime and --endtime flag with both flags set to midnight. This is a requirement of the MS graph API.
Another route is to have the backend take care of the --starttime and --endtime flags values when the user uses the --allday flag.