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

Add documentation for GCal multiCalendar support

This commit is contained in:
Chris Cummer
2018-06-19 15:27:11 -07:00
parent a533b44d02
commit f163501975
4 changed files with 14 additions and 2 deletions

View File

@@ -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. <br />
Values: A positive integer, `0..n`.
`multiCalendar` <br />
Whether or not to display your primary calendar or all calendars you
have access to. <br />
Values: `true`, or `false`
`position` <br />
Where in the grid this module's widget will be displayed. <br />