https://github.com/sergiopichardo/caleasy
Python CLI Client for Google Calendar
https://github.com/sergiopichardo/caleasy
Last synced: 4 months ago
JSON representation
Python CLI Client for Google Calendar
- Host: GitHub
- URL: https://github.com/sergiopichardo/caleasy
- Owner: sergiopichardo
- Created: 2024-02-16T03:48:35.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-04T23:13:22.000Z (over 1 year ago)
- Last Synced: 2024-03-05T00:28:34.255Z (over 1 year ago)
- Language: Python
- Size: 24.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# caleasy v1.0.0
Python CLI Client for Google Calendar## Setup
1. Enable Google Calendar
2. Create + download application `credentials.json`
`credentials.json` should look this:
```json
{
"installed": {
"client_id": "JUST_AN_EXMPLE.apps.googleusercontent.com",
"project_id": "caleasy",
"auth_uri": "https://accounts.google.com/o/oauth2/auth",
"token_uri": "https://oauth2.googleapis.com/token",
"auth_provider_x509_cert_url": "https://www.googleapis.com/oauth2/v1/certs",
"client_secret": "THE_CLIENT_SECRET",
"redirect_uris": [
"http://localhost"
]
}
}
```
3. Configure Oauth consent screen
4. Create test user (e.g. `[email protected]`)
5. Add scopes (`/auth/calendar`)