mattermost/mattermost-plugin-mscalendar
Add error checking for --allday flag for "create event" command
Offen
#99 geöffnet am 26.04.2020
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.