google-calendar-entries

5.0.1 • Public • Published

google-calendar-entries

View and manage google calendar entries


Installation

git clone https://github.com/anmiles/google-calendar-entries.git
cd google-calendar-entries
npm clean-install
npm run build

Adding profiles

This application may work with multiple profiles (view and manage calendar entries from multiple google accounts).

  1. Come up with any profile name you want
  2. Execute npm run create <profile>

You can create as many profiles as you want.

Authentication

  • npm run login to login into all existing profiles
  • npm run login <profile> to login into selected profile

Downloading

  • npm start to output all calendar entires into stdout
  • npm start <profile> to output all calendar entries from selected profile into stdout
  • npm start <profile> <calendar name> to output all calendar entries from selected profile and selected calendar into stdout

Examples

See ./example.ps1

Readme

Keywords

Package Sidebar

Install

npm i google-calendar-entries

Weekly Downloads

25

Version

5.0.1

License

MIT

Unpacked Size

39.5 kB

Total Files

42

Last publish

Collaborators

  • anmiles