mattermost/mattermost-plugin-mscalendar

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

Offen

#99 geöffnet am 26.04.2020

 (4 Kommentare) (0 Reaktionen) (1 zugewiesene Person)Go (35 Forks)auto 404
HacktoberfestHelp WantedTech/GoType/Enhancement

Repository-Metriken

Stars
 (22 Sterne)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

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

Contributor Guide