Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/amsoell/hubot-schedule
A Hubot script to read and iCalendar file and report back on upcoming events
https://github.com/amsoell/hubot-schedule
Last synced: 15 days ago
JSON representation
A Hubot script to read and iCalendar file and report back on upcoming events
- Host: GitHub
- URL: https://github.com/amsoell/hubot-schedule
- Owner: amsoell
- Created: 2015-06-20T13:40:16.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-06-26T02:31:29.000Z (over 9 years ago)
- Last Synced: 2025-01-03T01:08:36.793Z (18 days ago)
- Language: CoffeeScript
- Size: 152 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# hubot-schedule
Handles queries about upcoming scheduled events, looks them up in an iCalendar feed, and returns information to the user
Also automatically sends upcoming event reminders to the #general roomSee [`src/schedule.coffee`](src/schedule.coffee) for full documentation.
## Installation
In hubot project repo, run:
`npm install hubot-schedule --save`
Then add **hubot-schedule** to your `external-scripts.json`:
```json
[
"hubot-schedule"
]
```## Sample Interaction
```
user1>> hubot schedule today
hubot>> *Intern Orientation* from *9am* to *12pm*
hubot>> *Meeting with Client* from *2pm* to *3pm*
user1>> hubot schedule tomorrow
hubot>> *Member Lunch* from *12pm* to *1pm*
user1>> hubot schedule Wednesday
hubot>> There are no events scheduled for Wednesday
```
## Todo- [ ] Mute upcoming event reminders on weekends and non-business hours