GithubHelp home page GithubHelp logo

koconder / actions-google-calendar Goto Github PK

View Code? Open in Web Editor NEW

This project forked from max-mapper/google-calendar-import

3.0 1.0 0.0 8.78 MB

Github action to import Google Calendar events

JavaScript 100.00%
actions calendar workflow

actions-google-calendar's Introduction

Google Calendar Actions

Description

This action runs on a cron and gets a Google calendars events so you can write them to a github repo as JSON. events will be saved in this format in the file you specify in your config (using name as the unique key):

{
  "events": [
    {
      "name": "National Public Lands Day",
      "date": "2021-09-25T00:00:00.000Z",
      "description": "It's <b>NPLD</b>"
    }
  ]
}

Setup

  • Head to Google Cloud project new or existing
  • Sidebar select API and services
  • Click Library and enable Google Calendar API
  • Click OAuth consent screen as External
  • Create consent screen with your email(s) listed as a test user(s).
  • Download credentials as JSON and sabe in root as credentials.json.
  • Run node src/token.js to generate token.json following the prompts. When you get redirected in browser the string afer code= is your token.
  • Set credentials and token json env vars on github action using the output from the script.

Todo

  • Add support for multiple calendars.
  • Add support for filtering events by date.
  • Add support for filtering events by name.
  • Add support for other output formats including markdown, txt, csv.

actions-google-calendar's People

Contributors

koconder avatar max-mapper avatar

Stargazers

 avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.