mattermost/mattermost-plugin-mscalendar

Add error checking for --allday flag for "create event" command

オープン

#99 opened on 2020/04/26

 (4 件のコメント) (0 件のリアクション) (1 人の担当者)Go (35 件のフォーク)auto 404
HacktoberfestHelp WantedTech/GoType/Enhancement

Repository metrics

Stars
 (22 個のスター)
PR merge metrics
 (平均マージ 2d 7h) (30d で 10 merged PRs)

説明

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.

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

コントリビューターガイド