google-calendar-entries
v6.0.4
Published
View and manage google calendar entries
Readme
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 buildAdding profiles
This application may work with multiple profiles (view and manage calendar entries from multiple google accounts).
- Come up with any profile name you want
- Execute
npm run create <profile>
You can create as many profiles as you want.
Authentication
npm run loginto login into all existing profilesnpm run login <profile>to login into selected profile
Downloading
npm startto output all calendar entires into stdoutnpm start <profile>to output all calendar entries from selected profile into stdoutnpm start <profile> <calendar name>to output all calendar entries from selected profile and selected calendar into stdout
Examples
See ./example.ps1
