Giter Club home page Giter Club logo

google-calendar-cli's Introduction

Google Calendar CLI

Command line interface integrated with Google Cloud Platform.

Project Description

Command line interface implemented in Golang integrated with the calendar API provided by Google Cloud Platform, which allows you to list events of the week and events of the day.

Project Reference

Folder structure

  ./
Folder Description
app Application entrypoint.
  internal/
Folder Description
client Encapsulation of the calendar API configuration logic through the abstraction provided by the Go library.
cmd Commands implemented to run in the terminal

API Credentials

You need to obtain a JSON file with the API credentials and insert it into a folder in the project root, the folder name must be key and the file name must be credentials.json.

CLI Reference

  • In the terminal, at the root of the project, run the following command: go run main.go <command>.
  • Add a calendar with the command go run main.go config -c <calendar id>.
  • To get the week's events, type the command go run main.go events -c <calendar name> -i <interval> where -c represents the name of the calendar referring to the calendar Id added and -i represents the interval that will be fetched, the possible values are week and today.

Library Reference

The following libraries were used:

google-calendar-cli's People

Contributors

ddiogoo 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.