0.1.1 • Published 8 years ago

hubot-attend-management v0.1.1

Weekly downloads
-
License
MIT
Repository
-
Last release
8 years ago

hubot-attend-management

Build Status

About

This plugin manages some event's attendees.
The events' source is based on google calendar.
The attendees will be users in some chats.

Install

npm install --save hubot-attend-management

# and add hubot-attend-management plugin to external-scripts.json
vi external-scripts.json
...

Usage

Please set two environmental variables.

  • HUBOT_ATTEND_MANAGER_CREDENTIAL
    • service account key json file.
  • HUBOT_ATTEND_MANAGER_CALENDARID
    • The google calendar id using for events list.
    • ex) xxxxx@group.calendar.google.com
> hubot attend attend latest
Shell attends to HogeEvent

> hubot attend status
HogeEvent( Sat Feb 06 2016 14:00:00 GMT+0900 (JST) ): Shell

> hubot attend cancel latest
Shell's attendance to HogeEventis canceled

> hubot attend event list
event idx for `attend` or `cancel`: 0
HogeEvent
Description: ...
Location: ...
Date: Sat Feb 06 2016 14:00:00 GMT+0900 (JST)
0.1.1

8 years ago

0.1.0

8 years ago

0.0.9

8 years ago

0.0.8

8 years ago

0.0.7

8 years ago

0.0.6

8 years ago

0.0.5

8 years ago

0.0.4

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago