1
0
mirror of https://github.com/taigrr/wtf synced 2025-01-18 04:03:14 -08:00

Add Google Calendar authentication pointers to the GCal documenation

This commit is contained in:
Chris Cummer
2018-06-02 21:54:19 -07:00
parent 0f46f8f6dd
commit 9f502671bc
4 changed files with 10 additions and 8 deletions

View File

@@ -8,6 +8,9 @@ Displays your upcoming Google calendar events.
<img src="/imgs/modules/gcal.png" width="320" height="389" alt="gcal screenshot" />
**Not:** Setting up access to Google Calendars for Go is a bit unobvious. Check out Google's [Go Quickstart](https://developers.google.com/calendar/quickstart/go)
first and if you have problems, then take a look at this [comment by WesleydeSouza](https://github.com/senorprogrammer/wtf/issues/83#issuecomment-393665229) which offers a slightly different approach.
## Source Code
```bash