-
Notifications
You must be signed in to change notification settings - Fork 47
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
README is out of date #213
Comments
Hi @megodoonch :
You can also just run |
Thanks for all the work you're putting into this! org-gcal stopped working for me a few weeks ago. Having set up a new Oauth client ID (following the respective instructions in README.org), calling |
To get through the "Access blocked" message, now you have to enter yourself (well... your gmail address) as a "Test user" for the "Emacs" app in the apps "OAuth consent screen". What a pain the rear this has become. Definitely set the "(setq plstore-cache-passphrase-for-symmetric-encryption t)" so you don't continually get prompted for your passphrase for the entry. It ends up working after that. and it's pretty nice. |
Okay, thanks! Added myself as "Test user" and now I get through Google's consent screen. Next issue, though, and I am not sure this is the right place to ask about it (first, Emacs asks me |
Hmm... I don't know how much help I can be here because I'm not sure what's going on but I think you want that buffer to be saved. It should happen on its own. Do you know if you're creating that file for the first time (does plstore ask you twice for your passphrase)? If so, this is a new buffer and it needs to be saved. Does it not exist in your buffer list? If it does, save it. If it doesn't, does the file itself exist in your filesystem? If the file exists, maybe you can exit emacs (completely... kill the emacs server if you're running it), restart emacs and try syncing gcal again (I know you shouldn't have to do this but it might work). If the file already existed before you started using gcal then you must make sure you enter whatever passphrase you set up the first time you created that plstore file. |
Yes, seems to be a somewhat messy issue. Originally, neither file nor buffer |
This might be the wrong place to raise the following, but I believe my issue is related to what's described here: I'm having a few issues with continually having to authenticate I was using an older version of the package until recently as I think I'd set up I am using Here is the relevant part of my config:
I don't have any specific |
I have this problem too. |
(apologies if this is off-topic, this is the only place where I saw this issue being brought up) I ran into that issue as well when I did my initial set up. The buffer would not be accessible, and no plist file was being made so the fetch command did not work. I managed to fix it by manually creating an empty |
To anyone following my comment above, I fixed the associated problem where I kept having to type a passphrase on top of re-authenticating, after seeing it described in issue #217. Reading the discussion there, I found that my |
Sadly, this isn't working for me! I'm thinking my Emacs is automatically using GPG for passwordy things, and since I don't know what that is, nor how to stop it, none of the This issue has become a kind of a generalised help forum; is that okay? |
Speaking as someone who's waiting for the README to be updated to start using this again, I would rather this issue remain specifically focused on, well, getting the README up to date :D |
Reasonable! As the person who opened this issue, is there something technical I should do, or should I just request here in words that any further discussion of these other issues be moved to other/new issues? (I'm new to using GitHub collaboratively) |
This works again!! So I think there are some instructions in the README that are no longer correct:
No longer a problem, right? "WARNING: The steps described below stopped working on 28.02.2022 when Google deprecated the ability to retrieve OAuth 2.0 tokens via out-of-band redirect_uri. Please refer to Retrieving OAuth 2.0 tokens via Out Of Band
redirect_uri
is deprecated #191 for more background and to track progress on resolving this issue."Is this still true? "There’s no support for multiple accounts."
It might be helpful to clarify that the first time you make an event in orgmode, you have to use
org-gcal-post-at-point
; until that happens,org-gcal-sync
doesn't know about it (right?) here: "The command org-gcal-sync does what org-gcal-fetch does, but also runs org-gcal-post-at-point on all events that you’ve edited in Org mode to update the corresponding events in Google Calendar."On Reddit, @telotortium provided a really helpful sample capture template; if you're updating the README you might want to add it:
Thank you for providing this! I've been periodically trying to sync my google calendar and orgmode for years!
The text was updated successfully, but these errors were encountered: