ishiy1993 / sch

A CLI client of Google Calendar

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A CLI client of Google Calendar

Features

  • Create an event
  • Check events in a given time period

Install and Setup

  1. Enable Google Calendar API and Get client_id, client_secret
  2. Set client_id, client_secret to environment variables SCH_CLIENT_ID, SCH_CLIENT_SECRET
  3. Clone this repo, then stack install

Usage

Create an event

$ sch new "Go shopping" 2017-02-01 -f 13:00 -t 15:00

Check events

$ sch ls today
$ sch ls thisweek
$ sch ls 2017-02-01
$ sch ls 2017-02-01 2017-03-01

About

A CLI client of Google Calendar

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Haskell 100.0%