Add Google Calendar Desklet To Linux Mint 22


linux

Google Calendar Desklet is a Python-packaged desklet app for Linux.

gcalendar is a Python cli for getting Google calendar events.

The desklet uses it to show events.

Installation

Installing gcalendar is best done through apt

sudo add-apt-repository ppa:slgobinath/gcalendar
sudo apt update
sudo apt install gcalendar

Then write gcalendar on the terminal and configure.

Then you right click on desktop -> Add desklet -> Download -> Google calendar -> Click on the download icon.

The go to manage -> Google calendar -> Click on the + sign

Then the configure icon will be ready, click and add your calendars.

You can click on the Click on the list below with the names of all my calendars

Written by

Abdur-Rahmaan Janhangeer

Chef

Python author of 7+ years having worked for Python companies around the world

Suggested Posts

How to Install Azure Cli on Linux Mint 22 / Wilma

Follow any installing azure cli on Linux mint tutorial, but, on the step below add noble main instea...

Read article

Installing pipx on Mint and Ubuntu

pipx allows you to use python projects on the commandline without using a virtual environment each t...

Read article

Python Virtual Environments on Windows: A Complete Guide

If you’re starting multiple Python projects, you will quickly run into a problem: one project needs ...

Read article
Free Flask Course