mattermost/mattermost-plugin-mscalendar
Add error checking for --allday flag for "create event" command
Aperta
#99 aperta il 26 apr 2020
HacktoberfestHelp WantedTech/GoType/Enhancement
Metriche repository
- Star
- (22 stelle)
- Metriche merge PR
- (Metriche PR in attesa)
Descrizione
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.