You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
google-calendar: Stop printing events unless the verbose option is set.
Currently, the integration prints all reminders to the terminal.
Set logging level to info when --verbose is set, and switched `print` to
`logging.info`, to restrict that output to only when the --verbose
option is set.
0 commit comments