diff --git a/_site/content/posts/modules/gcal.md b/_site/content/posts/modules/gcal.md index 29860761..a5774fd3 100644 --- a/_site/content/posts/modules/gcal.md +++ b/_site/content/posts/modules/gcal.md @@ -8,6 +8,9 @@ Displays your upcoming Google calendar events. 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 diff --git a/docs/index.xml b/docs/index.xml index cdae0707..2b3ff365 100644 --- a/docs/index.xml +++ b/docs/index.xml @@ -152,12 +152,10 @@ email The email address associated with your Jira account. https://wtfutil.com/posts/modules/gcal/ Displays your upcoming Google calendar events. +Not: Setting up access to Google Calendars for Go is a bit unobvious. Check out Google’s Go Quickstart first and if you have problems, then take a look at this comment by WesleydeSouza which offers a slightly different approach. Source Code wtf/gcal/ Required ENV Variables Key: WTF_GOOGLE_CAL_CLIENT_ID Value: Your Google API client ID. Key: WTF_GOOGLE_CAL_CLIENT_SECRET Value: Your Google API client secret. -Keyboard Commands None. -Configuration gcal:colors:title:"red"description:"lightblue"highlights:-['1on1|1\/11','green']-['apple|google|aws','blue']-['interview|meet','magenta']-['lunch','yellow']past:"gray"conflictIcon:"🚨"currentIcon:"💥"displayResponseStatus:trueemail:"chriscummer@me.com"enabled:trueeventCount:12position:top:0left:0height:4width:1refreshInterval:300secretFile:"~/.wtf/gcal/client_secret.json"withLocation:true Attributes colors.title The default colour for calendar event titles. Values: Any X11 color name. -colors.description The default color for calendar event descriptions. Values: Any X11 color name. -colors.highlights A list of arrays that define a regular expression pattern and a color. +Keyboard Commands None. diff --git a/docs/posts/index.xml b/docs/posts/index.xml index ed7cb0bc..21b14d1e 100644 --- a/docs/posts/index.xml +++ b/docs/posts/index.xml @@ -152,12 +152,10 @@ email The email address associated with your Jira account. https://wtfutil.com/posts/modules/gcal/ Displays your upcoming Google calendar events. +Not: Setting up access to Google Calendars for Go is a bit unobvious. Check out Google’s Go Quickstart first and if you have problems, then take a look at this comment by WesleydeSouza which offers a slightly different approach. Source Code wtf/gcal/ Required ENV Variables Key: WTF_GOOGLE_CAL_CLIENT_ID Value: Your Google API client ID. Key: WTF_GOOGLE_CAL_CLIENT_SECRET Value: Your Google API client secret. -Keyboard Commands None. -Configuration gcal:colors:title:"red"description:"lightblue"highlights:-['1on1|1\/11','green']-['apple|google|aws','blue']-['interview|meet','magenta']-['lunch','yellow']past:"gray"conflictIcon:"🚨"currentIcon:"💥"displayResponseStatus:trueemail:"chriscummer@me.com"enabled:trueeventCount:12position:top:0left:0height:4width:1refreshInterval:300secretFile:"~/.wtf/gcal/client_secret.json"withLocation:true Attributes colors.title The default colour for calendar event titles. Values: Any X11 color name. -colors.description The default color for calendar event descriptions. Values: Any X11 color name. -colors.highlights A list of arrays that define a regular expression pattern and a color. +Keyboard Commands None. diff --git a/docs/posts/modules/gcal/index.html b/docs/posts/modules/gcal/index.html index 4bafcb43..6991cc95 100644 --- a/docs/posts/modules/gcal/index.html +++ b/docs/posts/modules/gcal/index.html @@ -115,6 +115,9 @@

gcal screenshot

+

Not: Setting up access to Google Calendars for Go is a bit unobvious. Check out Google’s Go Quickstart +first and if you have problems, then take a look at this comment by WesleydeSouza which offers a slightly different approach.

+

Source Code

wtf/gcal/

Required ENV Variables