0.1.1 • Published 9 years ago

hubot-attend-management v0.1.1

Weekly downloads
-
License
MIT
Repository
-
Last release
9 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

9 years ago

0.1.0

9 years ago

0.0.9

10 years ago

0.0.8

10 years ago

0.0.7

10 years ago

0.0.6

10 years ago

0.0.5

10 years ago

0.0.4

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago