From 1c5c0a349ddb3d98223f4771ba29bb86718a7fc0 Mon Sep 17 00:00:00 2001 From: Matthew Batema Date: Sun, 22 Jul 2018 19:56:52 -0700 Subject: [PATCH 1/2] Trim trailing space. --- README.org | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.org b/README.org index 4575e68..5ad9b4a 100644 --- a/README.org +++ b/README.org @@ -3,9 +3,9 @@ - Fetch google calendar event - Post/edit org element - Sync between Org and Gcal - + * Requirements - + - [[https://github.com/tkf/emacs-request][tkf/emacs-request]] - [[https://github.com/jwiegley/alert][jwiegley/alert]] From 17fa2fd41c81a02738e43b4cdb60cbb908f3bfe4 Mon Sep 17 00:00:00 2001 From: Matthew Batema Date: Sun, 22 Jul 2018 19:57:26 -0700 Subject: [PATCH 2/2] Update README's Installation section. --- README.org | 33 +++++++++++++++++++++------------ 1 file changed, 21 insertions(+), 12 deletions(-) diff --git a/README.org b/README.org index 5ad9b4a..df96ec7 100644 --- a/README.org +++ b/README.org @@ -19,27 +19,36 @@ 3. Click on the project -4. Click on *APIs & Auth* then *Credentials* +4. Click on *APIs & Services*, then *Credentials* -5. Click on *Create New Client ID* with Application type /Installed application/, Installed application type /Other/ +5. Click on *OAuth consent screen*, enter a product name, and save. -6. Click on *Create Client ID* +6. Click on *Create Credentials*, then *OAuth Client ID*, select application type /Other/. -7. Record the Client ID and Client secret for setup. +7. Click on *Create* -8. Under the same *APIs & Auth* menu section, select *APIs* +8. Record the *Client ID* and *Client secret* for setup. -9. Scroll down to *Calendar API*. Click the *Status* button to enable calendar API access to the app you created in steps 5 & 6. +9. Under the same *APIs & Services* menu section, select *Library* - Go to [[https://www.google.com/calendar/render][Google setting page]] to check the calendar ID. +10. Scroll down to (or search for) *Google Calendar API*. Click the + *Enable* button to enable calendar API access to the app you + created in steps 6 & 7. -10. Go to [[https://www.google.com/calendar/render][Google setting page]] and click the gear-shaped settings icon in the upper right, then select "Settings" from the drop down list. +11. Go to [[https://www.google.com/calendar/render][Google setting page]] and click the gear-shaped settings icon + in the upper right, then select "Settings" from the drop down + list. -11. Select the "Calendars" tab, which will display a list of your calendars. +13. Select the calendar you would like to synchronize with. This will + take you to the "Calendar Settings" page for that calendar. Near + the end is a section titled "Integrate calendar". At the top, you + will see your Calendar ID. -12. Select the calendar you would like to synchronize with. This will take you to the "Calendar Details" page for that calendar. Near the end is a section titled "Calendar Address". Following the XML, ICAL, and HTML tags, you will see your Calendar ID. - -13. Copy the Calendar ID for use in the settings below, where you will use it as the first element in the org-gcal-file-alist for associating calendars with specific org files. You can associate different calendars with different org files, so repeat this for each calendar you want to use. +14. Copy the Calendar ID for use in the settings below, where you will + use it as the first element in the org-gcal-file-alist for + associating calendars with specific org files. You can associate + different calendars with different org files, so repeat this for + each calendar you want to use. ** Setting example