mattermost/mattermost-plugin-mscalendar
Add error checking for --allday flag for "create event" command
Open
#99 opened on Apr 26, 2020
HacktoberfestHelp WantedTech/GoType/Enhancement
Repository metrics
- Stars
- (22 stars)
- PR merge metrics
- (PR metrics pending)
Description
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.