hubot-ical-topic-bot
v1.1.7
Published
A hubot script to read a ical feed and prepend the current event to the channel topic
Downloads
10
Maintainers
Readme
Hubot iCal Topic Bot
Read an ical feed and prepend the current event to the channel topic
###Dependencies
- coffee-script
- moment
- cron
- ical
- fuzzy
- underscore
###Configuration
HUBOT_ICAL_CHANNEL_MAP
\{\"ops\":\"HTTP_ICAL_LINK\",\"data\":\"HTTP_ICAL_LINK\"\}
HUBOT_ICAL_LABEL_CHANNEL_MAP
\{\"ops\":\"On\ duty\"\,\"engineering\":\"Oncall\"\}
HUBOT_ICAL_DUPLICATE_RESOLVER
- When finding multiple events fornow
use the presence of this string to help choose winner Note: Default value isOVERRIDE:
to handle calendars like VictorOpsHUBOT_ICAL_CRON_JOB
- How often to check for updates in cron time, default0 */15 * * * *
which is every 15 mins everyday
###Commands None