hubot-google-calendar

0.0.2 • Public • Published

hubot-google-calendar

hubot scripts for accesing google calendar

configuration

hubot-google-calendar authorized by google service account. So check these steps for creating it.

And service account is created, allow to access your google caelndar form service account.

enviroment variable

  • HUBOT_GOOGLE_CALENDAR_EMAIL
    • email of google service account
  • HUBOT_GOOGLE_CALENDAR_KEYFILE
    • keyfile of google service account

usage

hubot calndar

show today events.

Hubot> Hubot: calendar
Hubot> name@eample.com
2014-01-01 ~ 2014-01-02 foo
2014-01-01T00:00:00+09:00 ~ 2014-01-02T01:00:00+09:00 bar

hubot calndar (today|tomorrow)

show today or tomorrow events.

Hubot> Hubot: calndar tomorrow
Hubot> name@eample.com
2014-01-02 ~ 2014-01-03 foo
2014-01-02T00:00:00+09:00 ~ 2014-01-03T01:00:00+09:00 bar

Dependencies (3)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i hubot-google-calendar

    Weekly Downloads

    1

    Version

    0.0.2

    License

    MIT

    Last publish

    Collaborators

    • soh335