-
-
Notifications
You must be signed in to change notification settings - Fork 811
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Need help setting up Google Calendar #83
Comments
I am having the same problem. I was able to get the oauth url while wtf was running by redirected the output (
|
Same here. From the code, it appears that it wants to store the cached token in |
@cleverdevil more like it's going to save to |
I was able to mix a bunch of instructions and code reading and got it to work. Here's what I've done:
This should get it to work. I guess besides having these instructions somewhere, we need to update the |
@wesleydesouza that worked! Very nice! To integrate the token handoff into the UX, we could use text input similar to the TODO module: https://github.com/senorprogrammer/wtf/blob/master/todo/widget.go#L195 |
Yup, worked for me too :) |
Thanks @wesleydesouza! It's working now, except that for some reason the dates of the events are not right for me. They are all |
@ngocphamm Not all, but some of them are broken. Also, I don't see events imported from other calendars. |
Closing this issue. This PR adds a link into the GCal module documentation for the official Google documentation, and a link to @wesleydesouza's comment above. |
Step #2 of @wesleydesouza's comment lead to a 404 .. I believe this is the good link: https://developers.google.com/calendar/quickstart/go#step_1_turn_on_the_api_name |
Thanks. I've edited the comment to point to that link now. |
I think I've tried what I could... Please help
My
config.yml
. Yes, only with gcal module. That's all I need for now.I have that
client_secret.json
by following this, and I confirm the credentials work fine with a REST Client (Paw).However when I run
wtf
in my command line, I see a blank screen.Ctrl + C
twice to get out of the program and I see something like this on the screen.I could follow the link and generate the authentication token, but I have no way to "paste" it back to
wtf
.Also, aren't the ENV variables NOT required anymore if there's the
client_secret.json
? They are basically the same stuff. https://wtfutil.com/posts/modules/gcal/Thank you!
The text was updated successfully, but these errors were encountered: