Skip to content

ndaversa/hubot-ical-topic-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 for now use the presence of this string to help choose winner Note: Default value is OVERRIDE: to handle calendars like VictorOps
  • HUBOT_ICAL_CRON_JOB - How often to check for updates in cron time, default 0 */15 * * * * which is every 15 mins everyday

###Commands None

About

A hubot script to read a ical feed and prepend the current event to the channel topic

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors