It would be great by convert chatterbot text into events. For example, any suggestion/comments?
feed baby at 7
Schedule a meeting
Creating efficient scheduling operations can often be a challenging problem to solve. What about offloading the task to the user's calendar? Most calendar apps already display notifications when a scheduled event is coming up, and it would also make it possible synchronize the events across the user's devices if they were all connected to the same calendar.
very impressed me alot by looking this https://api.slack.com/rtm, do you have any comments on this?
Slack has a great API, I've been meaning to look into it at some point.
@gunthercox By looking into this, any thoughts on best implementation methods?
@vkosuri Unfortunately I don't have any recommendations.
Actually, there is a very cool datetime parsing utility that @rmdort contributed a while back. You can check it out here: https://github.com/gunthercox/ChatterBot/blob/master/chatterbot/parsing.py
This might be useful for converting phrases like "later today" to an actual datetime object.
@gunthercox Thanks, I have few thoughts i will reopen with detailed plan
May I know how @vkosuri do the conversation from text to event action? I see there are several calendar API for us to call, but are you do it by the logical adapter?
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
Most helpful comment
Actually, there is a very cool datetime parsing utility that @rmdort contributed a while back. You can check it out here: https://github.com/gunthercox/ChatterBot/blob/master/chatterbot/parsing.py
This might be useful for converting phrases like "later today" to an actual datetime object.