hubot-ical-notifier
v0.0.3
Published
Notifies schedule for tomorrow from registered iCal calendars
Downloads
5
Maintainers
Readme
hubot-ical-notifier
Notifies schedule for tomorrow from registered iCal calendars at 9 pm every night
Installation
In hubot project repo, run:
npm install hubot-ical-notifier --save
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,
hubot cal:clear