Google Calendar & Gnome

If you want to view your Google Calendar events on your Gnome Desktop;

First, go to your Google Calendar and find out your private ICAL url (This can be found after clicking Manage Calendars > Your Calendar Name). You need the one in the private address section, not the one in the calendar address section.

Now, open a terminal and type :

/usr/lib/evolution-webcal/evolution-webcal YOUR_PRIVATE_ICAL_URL

And that’s it. Here’s a screenshot from my Ubuntu desktop :

Note : evolution-webcal may be in different folders in different distros. (For example in SuSe, it’s in /opt/gnome/lib/evolution-webcal/evolution-webcal). If the above code doesn’t work for you, you can locate evolution-webcal using :

find / -name evolution-webcal

command. (Thanks to Jeff for this info. )


About this entry