Ubuntu / Linux news and application reviews.

Google Calendar Indicator 0.2.0 Released With Bug Fixes

Calendar Indicator, an Ubuntu AppIndicator for Google Calendar, was updated to version 0.2.0, receiving some important bug fixes, including a fix for the calendar events not showing up in the indicator menu under Ubuntu 13.10 Saucy Salamander.

Google Calendar Indicator Ubuntu

Google Calendar Indicator Adds Options To Create, Edit And Delete Events, More

Google Calendar Indicator

Calendar Indicator, an Ubuntu AppIndicator for Google Calendar, has been updated to version 0.1.0.0.

The new version brings options to add, edit and delete Google Calendar events as well as to create new calendars. Until now, Calendar Indicator would only display Google Calendar events in the indicator menu and through notifications. There's also a new option to select the calendar to be used from all your Google calendars (or you can select all of them).

Calendar Indicator Displays Google Calendar Events On The Ubuntu Panel (Without Evolution)

google calendar indicator

Calendar Indicator is a new tool to display your Google Calendar events on the Ubuntu / Unity panel.

You can already do that with Evolution and Indicator DateTime, but there are some differences: firstly, the obvious: you don't need Evolution to use Calendar Indicator. And secondly, Calendar Indicator displays the next 10 upcoming Google Calendar events at once, so you don't have to scroll through dates to see your Google Calendar events.

How To Integrate Google Calendar With Unity / GNOME Shell Through Evolution

Evolution Google Calendar Unity

Back when we've posted about integrating Google Calendar with GNOME Shell (without Evolution), some of you didn't know how to do this with Evolution. So here is how to set up Evolution to display Google Calendar events in the Unity / GNOME Shell calendar.

Generate A Calendar With Custom Images And Events In Linux, Using A Simple Script And Inkscape

calendar custom


Martin Owens has created a really nice python script which generates a calendar based on the images you choose and the evens you add to a simple text file.

To use it, head over to Martin Owens' blog an download it, extract the archive contents and navigate to "flips" folder and place 12 png images numbered "01.png ... 12.png" (from 01 to 12) and a title.png which is the title.

Feature Rich Cross-Platform Calendar Application: Rainlendar2

rainlendar2

Rainlendar2 is a calendar application with lots of features which works on Windows, Linux and Mac OSX.

What I like about it, other than being cross-platform, is that you can import an holidays ICAL to it, the way it integrates into the Gnome desktop (screenshot above) and the Google Calendar like reminders. Rainlendar2 comes also with skins and lots of options. To read about all it's features, go to it's webpage. It comes with both a pro (paid) version and free, but I am only talk about the free version.

Integrate Google Calendar Into Your Gnome Calendar [Linux]

To integrate Google Calendar events into your Gnome desktop, go to Google Calendar, click on "Settings", then on the "Calendars" tab and then on your calendar's name:

google calendar

Then, at the bottom there is a section called "Private Address:" > click on the "ICAL" green icon to get your private calendar URL, like in the picture below:

google calendar private links

Now all you have to do is open a terminal and paste this:
/usr/lib/evolution-webcal/evolution-webcal URL
replacing URL with your ICAL private URL you got in the step above.

A window will pop up and here is where you can make the update frequency settings (I set mine to update every 30 minutes).

This is how your Google Calendar tasks, appointments, etc will show up in Gnome Calendar:

gnome google calendar


Please 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


[via paraisolinux]

Change Gnome Calendar Week Start Day to Monday [How to]

gnome calendar applet

If you set your language to English (US), Gnome Calendar applet starts the week with Sunday, which is ok for USA but not for the rest of us and unfortunately there is no option in the applet to change this. You can change your language, but what if you want to keep English (US) for the language and only change the calendar settings so that the week starts on Monday? The start day can be changed in several ways, only one of them working after installing updates.

So here is the only way to change this and make it persistent:

Open the following file:
gksu gedit /etc/default/locale
And change it's content to this:
LANG="en_US.UTF-8"
LC_TIME="en_GB.UTF-8"
LC_PAPER="en_GB.UTF-8"
LC_MEASUREMENT="en_GB.UTF-8"
This sets the software messages in English (US), but time, paper size and units in British i.e. weeks starting with Mondays, A4, metric.

Now all you have to do is restart your computer.