Skip to content

ryota-ka/hubot-ical-notifier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Notifies schedule for tomorrow from registered iCal calendars at 9 pm every night

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published