Skip to content

briangig/hubot-ical-notifier

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hubot-ical-notifier

Notifies schedule for tomorrow from registered iCal calendars at 3:45 pm every day

Can also call by using !today or !tomorrow. Scheduled notification is aware of weekends, will give Monday's schedule on Fridays.

Then add hubot-ical-notifier to your external-scripts.json:

[
  "hubot-ical-notifier"
]

Then set ICAL_NOTIFIER_ROOM in environment variable to specify the room where hubot posts notifications.

Usage

To add a new calendar,

hubot cal:add http://example.com/your_ical_calendar.ics

To show the list of registered calendars,

hubot cal:list

To clear all of the registered calendars (yes its spelled wrong),

hubot cal:clere

About

Notifies schedule for today or tomorrow from registered iCal calendars at 3:45 pm every Day

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CoffeeScript 85.4%
  • JavaScript 10.0%
  • Shell 4.6%