Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

wickrio-calendar-bot

Package Overview
Dependencies
Maintainers
3
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

wickrio-calendar-bot

WickrIO Calendar Bot allows you to create, modify and list Google Calendar events in addition to setting in-Wickr reminder notifications before events

  • 5.38.18
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
3
Created
Source

WickrIO Google Calendar Bot

The WickrIO Google Calendar Bot allows you to create, modify and list Google Calendar events in addition to setting in-Wickr reminder notifications before events.

Commands:

  • /help - List all available commands
  • /list - List 5 most recent upcoming Google Calendar events
  • /list AMOUNT - List AMOUNT upcoming Google Calendar events
  • /create - Create a Google Calendar event
  • /modify EVENT_ID - Modify the specified Google Calendar event(run '/list' first to get the list of events and their IDs)

Configuration:

  1. First create a Google Calendar API project at [https://console.developers.google.com/] (https://console.developers.google.com/)
  2. After creating the project, Click 'Enable APIS and Services' and search for Google Calendar API and click 'Enable'
  3. On the left Menu Bar select "Credentials" -> "Create Credential"
  4. Choose "OAuth Client ID", then under "Application type" choose "Web Application"
  5. Enter your bot_client_server in the "Authorized JavaScript origins" and "Authorized redirect URIs" fields and click "Create"
  6. Finally download and save your OAuth Client credentials, which will contain the following tokens that will you will be prompted for during configuration:
  • GOOGLE_CALENDAR_CLIENT_ID
  • GOOGLE_CALENDAR_PROJECT_ID
  • GOOGLE_CALENDAR_CLIENT_SECRET
  • Other environment variables you will have to enter during the configuration process:
  • DATABASE_ENCRYPTION_KEY - Choose a 16-character(minimum) string key to derive the crypto key from in order to encrypt and decrypt the user database of this bot. This must be specified, there is no default. NOTE: be careful not to change if reconfiguring the bot or else the user database won't be accessible.
  • BOT_CLIENT_SERVER - The server address of the machine you are running your integration on(without the https://)
  • BOT_CLIENT_SERVER - The port you assigned to the docker container when you ran it, for example if you ran it with this command: docker run -v /opt/WickrIO:/opt/WickrIO -p 5001:4001 -d --restart=always -ti wickr/bot-cloud:latest, then the port would be 4001.

Keywords

FAQs

Package last updated on 27 Jan 2020

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc