diff --git a/_site/content/posts/modules/gcal.md b/_site/content/posts/modules/gcal.md
index 03593431..a0bcd9ec 100644
--- a/_site/content/posts/modules/gcal.md
+++ b/_site/content/posts/modules/gcal.md
@@ -44,6 +44,7 @@ gcal:
email: "chriscummer@me.com"
enabled: true
eventCount: 12
+ multiCalendar: true
position:
top: 0
left: 0
@@ -105,6 +106,11 @@ Values: `true`, `false`.
The number of calendar events to display.
Values: A positive integer, `0..n`.
+`multiCalendar`
+Whether or not to display your primary calendar or all calendars you
+have access to.
+Values: `true`, or `false`
+
`position`
Where in the grid this module's widget will be displayed.
diff --git a/docs/index.xml b/docs/index.xml
index 95f2bbf6..0de7b70f 100644
--- a/docs/index.xml
+++ b/docs/index.xml
@@ -306,7 +306,7 @@ trello:board:Mainenabled:truelist:["Todo","Done"
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 None.
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.
+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:12multiCalendar:trueposition: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.
true
, false
.
0..n
.
+multiCalendar
+Whether or not to display your primary calendar or all calendars you
+have access to.
+Values: true
, or false
position
Where in the grid this module’s widget will be displayed.