Google Apps on WTF - the terminal dashboard https://wtfutil.com/modules/google/ Recent content in Google Apps on WTF - the terminal dashboard Hugo -- gohugo.io en-us Tue, 14 Aug 2018 01:39:58 -0700 Google Calendar https://wtfutil.com/modules/google/gcal/ Thu, 10 May 2018 08:25:33 -0700 https://wtfutil.com/modules/google/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/ 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:"~/.config/wtf/gcal/client_secret.json"showDeclined:truewithLocation: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. Google Spreadsheets https://wtfutil.com/modules/google/gspreadsheet/ Sun, 10 Jun 2018 18:26:26 -0400 https://wtfutil.com/modules/google/gspreadsheet/ Added in v0.0.7. Display information from cells in a Google Spreadsheet. wtf/gspreadsheets/ Configuration gspreadsheets:colors:values:"green"cells:names:-"Cell 1 name"-"Cell 2 name"addresses:-"A1"-"A2"enabled:trueposition:top:0left:0width:1height:1refreshInterval:"300"secretFile:"~/.config/wtf/gspreadsheets/client_secret.json"sheetId:"id_of_google_spreadsheet" Attributes colors.values The color to display the cell values in. Values: Any X11 color name. cells.names cells.addresses enabled Whether or not this module is executed and if its data displayed onscreen. Values: true, false. position Where in the grid this module’s widget will be displayed. refreshInterval How often, in seconds, this module will update its data.