https://github.com/anmiles/google-calendar-entries
View and manage google calendar entries
https://github.com/anmiles/google-calendar-entries
calendar events google googleapis javascript jest nodejs typescript
Last synced: 2 months ago
JSON representation
View and manage google calendar entries
- Host: GitHub
- URL: https://github.com/anmiles/google-calendar-entries
- Owner: anmiles
- License: mit
- Created: 2024-01-30T20:07:41.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-20T11:48:11.000Z (over 2 years ago)
- Last Synced: 2025-03-01T00:14:14.782Z (over 1 year ago)
- Topics: calendar, events, google, googleapis, javascript, jest, nodejs, typescript
- Language: TypeScript
- Size: 3.1 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
# google-calendar-entries
View and manage google calendar entries
----
## Installation
```bash
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
1. Execute `npm run create `
You can create as many profiles as you want.
## Authentication
- `npm run login` to login into all existing profiles
- `npm run login ` to login into selected profile
## Downloading
- `npm start` to output all calendar entires into stdout
- `npm start ` to output all calendar entries from selected profile into stdout
- `npm start ` to output all calendar entries from selected profile and selected calendar into stdout
## Examples
See `./example.ps1`