Update Installations Instructions
This project looks great and I am eager to make use of it. I think the installation instructions concerning the Google Developer Console need to be updated as they are out of sync with what I am seeing. Once I click on the project, I see no way to "Click on APIs & Auth then Credentials".
I've done it just now, these are the new instructions:
- Click on API Manager then Credentials
- Click on Create New OAuth Client ID with Application type Other. Name it.
- Click on Create Client ID
- Record the Client ID and Client secret for setup.
- Under the same API Manager menu section, select Library
- Search for Calendar API. Click the Status button to enable calendar API access to the app you created in steps 5 & 6.
After that is almost all the same. I will submit a PR if you are able to follow through.
@braiam Thank you! Yes that worked pretty much. The trick is to find the API manager (not the Google Developer Console which led me astray). Also, I did not see a status button but that may have been because I had sort of figured this out after I submitted the issue and I think I had already enabled to Google Calendar API. At any rate, I think a PR would be good with a direct link to the API manager. Thanks again!
Thank you, these revised instructions helped a lot.
- Click on Create New OAuth Client ID with Application type Other. Name it.
- is now
Create credentials -> OAuth client ID -> Other
Hi everyone! This repository is obsolete - the actively developed fork is now https://github.com/kidd/org-gcal.el, which is also the "org-gcal.el" on MELPA (see #115). I'm one of the maintainers of https://github.com/kidd/org-gcal.el. I can't directly close issues or PRs on this repo, but please download https://github.com/kidd/org-gcal.el and see if your issue or PR is still applicable. If so, open an issue or PR on https://github.com/kidd/org-gcal.el. In any case, you should close your issue or PR in this repo.