hubot-ical-notifier

0.0.3 • Public • Published

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

/hubot-ical-notifier/

    Package Sidebar

    Install

    npm i hubot-ical-notifier

    Weekly Downloads

    2

    Version

    0.0.3

    License

    MIT

    Last publish

    Collaborators

    • ryota-ka