https://github.com/botpress/botpress-webchat-plugin-calendar
https://github.com/botpress/botpress-webchat-plugin-calendar
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/botpress/botpress-webchat-plugin-calendar
- Owner: botpress
- License: other
- Created: 2018-01-07T13:43:12.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-01-10T18:18:21.000Z (over 8 years ago)
- Last Synced: 2025-03-27T04:34:13.025Z (over 1 year ago)
- Language: JavaScript
- Size: 42 KB
- Stars: 1
- Watchers: 3
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
This is a plugin for `botpress-platform-webchat` that gives you ability to use date picker
that allows to choose from provided slots.
# Usage
1. Install package to your botpress-generated bot
2. Add content of `@botpress-webchat-plugin-calendar` type (see example below)
```yml
- type: '@botpress-webchat-plugin-calendar'
text: 'Select date!'
data:
slots:
- 01/02/18 11:00 AM
- 01/02/18 11:30 AM
- 01/02/18 11:50 AM
```