insanum / gcalcli

Google Calendar Command Line Interface
MIT License
3.33k stars 314 forks source link

Support oauth (and cache) files in $GCALCLI_CONFIG dir #806

Closed dbarnett closed 1 month ago

dbarnett commented 1 month ago

Fixes #805.

dbarnett commented 1 month ago

BTW the code changes are a little clunky, returning tuples with weird implicit semantics from env.data_file_paths, but per this TODO in cli.py I'm hoping to refactor GoogleCalendarInterface to be more portable without such heavy unconditional init and then centralize more of that kind of logic into it.