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
It's nearly impossible to get the Google Calendar module working without reading the code to see what files need to be copied where, and how they need to be named.
The documentation is also wrong about where to put the final client configuration file (it now needs to live in ~/.credentials for some reason, because of tokenCacheFile()).
And for some reason the config file now needs to be named calendar-go-quickstart.json. Most of the configuration code needs to be stripped out and simplified.
How did you expect it to behave?
Get my credentials.json file, copy it to ~/.config/wtf/ and have the Google Calendar module just work. Instead I spent ten minutes trying to figure out what actually goes where.
Operating system
Terminal program & version
WTF version
The text was updated successfully, but these errors were encountered:
What's the problem?
It's nearly impossible to get the Google Calendar module working without reading the code to see what files need to be copied where, and how they need to be named.
The documentation is also wrong about where to put the final client configuration file (it now needs to live in
~/.credentials
for some reason, because oftokenCacheFile()
).And for some reason the config file now needs to be named
calendar-go-quickstart.json
. Most of the configuration code needs to be stripped out and simplified.How did you expect it to behave?
Get my
credentials.json
file, copy it to~/.config/wtf/
and have the Google Calendar module just work. Instead I spent ten minutes trying to figure out what actually goes where.Operating system
Terminal program & version
WTF version
The text was updated successfully, but these errors were encountered: