Authenticate with Google via OAuth2 and cache the token locally.
```bash
rscalendar auth [OPTIONS]
```
Normal authentication (opens browser):
```bash
rscalendar auth
```
Headless authentication:
```bash
rscalendar auth --no-browser
```
Re-authenticate:
```bash
rscalendar auth --force
```