rampatra / jbot

Make Slack and Facebook Bots in Java.
GNU General Public License v3.0
1.2k stars 350 forks source link

Schedule Meeting time accepts any string. Needs time validation #197

Open Mistermo716 opened 2 years ago

Mistermo716 commented 2 years ago

Currently the bot with either Facebook or Slack will accept any string for time and schedule it.

User story: user: setup meeting bot: At what time (ex. 15:30) do you want me to set up the meeting? user: no bot: you meeting is set at no. Would you like to repeat it tomorrow?

Some sort of time validation should be implemented to avoid this bug.