mattermost/mattermost-plugin-mscalendar

Allow "create event" command to accept spaces in values

Open

#97 opened on Apr 26, 2020

 (0 comments) (0 reactions) (0 assignees)Go (35 forks)auto 404
Difficulty/1:EasyGood First IssueHacktoberfestHelp WantedTech/GoType/EnhancementUp For Grabs

Repository metrics

Stars
 (22 stars)
PR merge metrics
 (PR metrics pending)

Description

The spf13/pflag library is being used to parse options for the /mscalendar createevent slash command. The parsing does not currently support values that include spaces which are needed for flags such as --subject and --body

This ticket is a request to implement those methods which allow parsing values with spaces.

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

Contributor guide