How to display Google Calendar on Linux Desktop Wallpaper

Source: Internet
Author: User
Tags linux mint

Google Calendar is one of the most popular Web applications nowadays. Users can access or synchronize Google Calendar across devices through network interfaces or local applications. On Linux, there are many ways to access Google Calendar locally, such as using e-mail client plug-ins (such as Evolution or Thunderbird) or using Calendar applications (such as Sunbird or Rainklendar ). These methods usually require installation of unnecessary large software, which you may not need at all.

If you just want to flip Google Calendar on the local Linux or use it to set a reminder, you can consider using the Google Calendar command line interface (or gcalcli ), this is a lighter method. For Linux Desktop Users, there are more than these benefits. If you use gcalcli with Conky, You can transparently integrate Google Calendar into the desktop topic.

In this tutorial, I will show you how to use gcalcli and Conky to integrate Google Calendar into Linux Desktop


Install gcalcli in Linux

Before installing gcalcli, make sure that you are using Python 2 instead of Python 3 because Python 3 is incompatible with gcalcli.

Run the following command to install gcalcli On Debian, Ubuntu, or Linux Mint:

$ Sudo apt-get install git python-pip python-gdata python-dateutil python-gflags python-vobject python-parsedatetime
$ Sudo pip install google-api-python-client
$ Sudo pip install apiclient urllib3
$ Git clone https://github.com/insanum/gcalcli.git
$ Cd gcalcli
$ Sudo python setup. py install

Note: Although gcalcli is available in the Ubuntu or Linux Mint software library, these versions do not contain the latest features and fix bugs. Therefore, we recommend that you build gcalcli from the source file as described above.

You can install Fedora, CentOS, or RHEL as follows.

$ Sudo yum install git python-pip python-gdata python-dateutil python-gflags python-vobject
$ Sudo pip install google-api-python-client
$ Sudo pip install apiclient urllib3
$ Git clone https://github.com/insanum/gcalcli.git
$ Cd gcalcli
$ Sudo python setup. py install

  • 1
  • 2
  • 3
  • Next Page

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.