Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

auth

Authenticate with Google via OAuth2 and cache the token locally.

Usage

rscalendar auth [OPTIONS]

Options

OptionDescription
--no-browserPrint the authorization URL instead of opening the browser
--forceRemove cached token and force re-authentication

Examples

Normal authentication (opens browser):

rscalendar auth

Headless authentication:

rscalendar auth --no-browser

Re-authenticate:

rscalendar auth --force