🚨 Shai-Hulud Strikes Again:834 Packages Compromised.Technical Analysis →
Socket
Book a DemoInstallSign in
Socket

@exoplay/exobot-plugin-calendar

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@exoplay/exobot-plugin-calendar

exobot plugin for calendar events

latest
Source
npmnpm
Version
2.0.0
Version published
Maintainers
1
Created
Source

exobot-plugin-calendar

Create and read events with Google Calendar.

Usage

  • exobot schedule Raid Night every Friday at 9pm PST
  • exobot events or exobot calendar list

Installation

  • npm install --save @exoplay/exobot/exobot-plugin-calendar

A Setup Example

import Exobot from '@exoplay/exobot';
import Calendar from '@exoplay/exobot-plugin-calendar';

const Bot = new Exobot(BOT_NAME, {
  // ...
  plugins: [
    new Calendar(options);
  ],
});

Options

Read up on how to set up calendar secrets and ids from Google documentation.

  • googleSecret or CALENDAR_GOOGLE_SECRET In environment; string required
  • googleId or CALENDAR_GOOGLE_ID in environment; string required
  • googleAccessToken or CALENDAR_GOOGLE_ACCESS_TOKEN in environment; string required
  • googleTokenType or CALENDAR_GOOGLE_TOKEN_TYPE in environment; string required
  • googleRefreshToken or CALENDAR_GOOGLE_REFRESH_TOKEN in environment; string required
  • googleExpiryDate or CALENDAR_GOOGLE_EXPIRY_DATE in environment; string required

License

LGPL licensed. Copyright 2016 Exoplay, LLC. See LICENSE file for more details.

Keywords

exobot

FAQs

Package last updated on 05 May 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts