Existe um script para funcionar nos Fóruns do Ubuntu .
sudo add-apt-repository ppa:conky-companions/ppa
sudo apt-get update && sudo apt-get install conkygooglecalendar
Adicione ao seu .conkyrc:
${execpi 1800 conkyGoogleCalendar
[email protected] --password=yourpassword --daysahead=30 --dateformat="%a %d %b, %y" --requestCalendarNames="MyCalendar1;MyCalendar2"
--template=~/scripts/conkyGoogleCalendar.template}
Substitua MyCalendar1 e MyCalendar2 pelo nome do seu Calendário / Tarefas. Crie um template, neste caso existe um template em ~ / scripts / chamado conkyGoogleCalendar.template. Exemplo deste modelo:
$ {color4} $ {font Ubuntusize = 10} Evento: $ {font Ubuntu: negrito: tamanho = 10} $ {color3} [title]
$ {color2} $ {fonte Ubuntu: size = 8} Iniciar: $ font $ {color1} [starttime]
$ {color2} $ {font Ubuntu: size = 8} Fim: $ font $ {color1} [endtime]
$ {color2} $ {fonte Ubuntu: size = 8} Descrição: $ font $ {color1} [descrição]
$ {color2} $ {fonte Ubuntu: size = 8} Local: $ font $ {color1} [localização]
Você pode conferir os "Conky companions" aqui .
Existe um arquivo README no pacote com instruções claras.