<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>gHacks technology news &#187; calendar</title>
	<atom:link href="http://www.ghacks.net/tag/calendar/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ghacks.net</link>
	<description>A technology blog covering software, mobile phones, gadgets, security, the Internet and other relevant areas.</description>
	<lastBuildDate>Tue, 24 Nov 2009 03:24:03 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>OSMO: Your friendly personal organizer</title>
		<link>http://www.ghacks.net/2009/09/30/osmo-your-friendly-personal-organizer/</link>
		<comments>http://www.ghacks.net/2009/09/30/osmo-your-friendly-personal-organizer/#comments</comments>
		<pubDate>Wed, 30 Sep 2009 00:04:26 +0000</pubDate>
		<dc:creator>Jack Wallen</dc:creator>
				<category><![CDATA[Advice]]></category>
		<category><![CDATA[Desktop Manager]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Tutorials Basic]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[calendar]]></category>
		<category><![CDATA[organizer]]></category>
		<category><![CDATA[personal information manager]]></category>
		<category><![CDATA[pim]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/?p=16790</guid>
		<description><![CDATA[Although integration has become widespread, there are instances when you might want a separate tool for organizing your life. Say, for instance, your company requires you use Zimbra, eGroupware, or Outlook for company calendaring and contacts. What if you want something on your machine to organize your life &#8211; that doesn&#8217;t require an online connection, [...]]]></description>
			<content:encoded><![CDATA[<p>Although integration has become widespread, there are instances when you might want a separate tool for organizing your life. Say, for instance, your company requires you use Zimbra, eGroupware, or Outlook for company calendaring and contacts. What if you want something on your machine to organize your life &#8211; that doesn&#8217;t require an online connection, is simple to use, and has a tiny footprint. If that&#8217;s you, OSMO is the tool you&#8217;ve been looking for.</p>
<p>OSMO is not an organizer that will do everything for you. I will not sync with your iPhone or your Blackberry. OSMO will not publish your calendar or allow you to drag and drop from one application to another. What OSMO will do is keep track of your calendar, tasks, contacts, and notes. In this article you will learn how to install OSMO and see just what it has to offer.</p>
<p><span id="more-16790"></span>NOTE: As of this writing, the OSMO website is not responding.</p>
<p><strong>Features</strong></p>
<p>The OSMO PIM offers the following features:</p>
<ul>
<li>Calendar</li>
<li>Tasks</li>
<li>Contacts</li>
<li>Notes</li>
<li>Alarms</li>
<li>Printing</li>
<li>Date calculator</li>
<li>Day notes</li>
<li>Timeline</li>
<li>iCal support</li>
<li>Notification alarms</li>
<li>GNOME system tray support</li>
</ul>
<p>And more.</p>
<p><strong>Installing OSMO</strong></p>
<p>Even though the OSMO web site has gone MIA, the application can be found in your distributions&#8217; repositories. So in order to install OSMO you only need follow these simple instructions:</p>
<ol>
<li>Open up your Add/Remove Software tool.</li>
<li>Search for &#8220;osmo&#8221; (no quotes).</li>
<li>Mark the results for installation.</li>
<li>Click Apply.</li>
<li>Sit back and enjoy the progress bar.</li>
</ol>
<div id="attachment_16793" class="wp-caption alignleft" style="width: 280px"><a rel="attachment wp-att-16793" href="http://www.ghacks.net/2009/09/30/osmo-your-friendly-personal-organizer/osmo_main/"><img class="size-full wp-image-16793" src="http://www.ghacks.net/wp-content/uploads/2009/09/osmo_main.png" alt="Figure 1" width="270" height="354" /></a><p class="wp-caption-text">Figure 1</p></div>
<p>Once OSMO is installed you will find the executable menu entry in the Office sub-menu of the Applications menu. Click that entry and the OSMO main window will open (see Figure 1).</p>
<p>With OSMO, what you see is what you get. This is the only window you will need. From here you do everything. And the very first thing you will want to do is to make sure that OSMO runs in the background so, in order to recall your PIM, you only have to click on the OSMO icon in the system tray (the man in the suit with the black hair).</p>
<p>You can find this configuration option in the Options tab. At the bottom of this tab you will see two options:</p>
<ul>
<li>Enable System Tray</li>
<li>Start Minimized</li>
</ul>
<p>These should both be self explanitory.</p>
<p>Other options (in the General tab) you might want to take care of in the Options tab are:</p>
<ul>
<li>Date format</li>
<li>Time format</li>
<li>Web browser</li>
<li>E-mail client</li>
</ul>
<p>Now there are also sub-tabs for Calendar, Tasks, Contacts, and Notes. Poke around each sub-tab and configure these features to your liking. One configuration that might give you pause is the  &#8220;command&#8221; options. In the Tasks options you will see an option &#8220;Global notification command&#8221;. What you can do here is set a command for a task notification. You can get creative here, like using a sound with the &#8220;play&#8221; command. Whatever you use here, make sure it can be executed from within a terminal window. You could do something like this:</p>
<p><code>(xmessage -near An OSMO task awaits your attention) &amp;</code></p>
<p>The above would pop up a small window with the message &#8220;An OSMO task awaits your attention&#8221; when the reminder hits.</p>
<p>That&#8217;s it for the more important options. Now let&#8217;s take a look at the heart of OSMO.</p>
<p><strong>Calendar</strong></p>
<div id="attachment_16797" class="wp-caption alignright" style="width: 261px"><a rel="attachment wp-att-16797" href="http://www.ghacks.net/2009/09/30/osmo-your-friendly-personal-organizer/osmo_calendar-2/"><img class="size-full wp-image-16797" src="http://www.ghacks.net/wp-content/uploads/2009/09/osmo_calendar1.png" alt="Figure 2" width="251" height="314" /></a><p class="wp-caption-text">Figure 2</p></div>
<p>The OSMO calendar (see Figure 1) offers all the standard features you would expect in a PIM calendar. In order to add a task you only have to right click a date and select Add Task. The creation of a task is very straight forward. Also from this right click menu you can browse Notes, iCal Events, and export to iCal.</p>
<p>As you can see, when you view a particular day in the OSMO calendar it will give you the details of that day as well as showing the days tasks. What I like about this is that it is one of the most uncluttered views of all the PIMs I have tried. You quickly get an idea of what your day is like.</p>
<p>Another nice feature is that when you add a task to your calendar it is automatically created as a task. But what if you just want to add a meeting or office hours? You certainly don&#8217;t want all of your appointments to show up as tasks. No. To add non-task entries in your calendar you want to toggle the Day Note panel (Upper right icon in the icon toolbar) and then insert a time line by clicking the small clock icon in the Notes pane (see Figure 3).</p>
<div id="attachment_16798" class="wp-caption alignleft" style="width: 261px"><a rel="attachment wp-att-16798" href="http://www.ghacks.net/2009/09/30/osmo-your-friendly-personal-organizer/osmo_timeline/"><img class="size-full wp-image-16798" src="http://www.ghacks.net/wp-content/uploads/2009/09/osmo_timeline.png" alt="Figure 4" width="251" height="314" /></a><p class="wp-caption-text">Figure 4</p></div>
<p>When you add a timeline in the Notes you will see the notes pane go from an empty window to a window with a timeline broken into the interval you configure (when you click the Add timeline button).</p>
<p>Now you can add meetings in a more standard way, and without adding them as tasks.</p>
<p><strong>Final thoughts</strong></p>
<p>Although OSMO won&#8217;t make the balancing act between work and home a simple, automated task, it will allow you to keep yourself organized in a clean, user-friendly way. And you don&#8217;t have to worry about losing calendars on a server, getting bogged down in cumbersome UIs, or lost in feature-bloat.</p>
<p>OSMO is a simple, easy-to-use PIM that will keep you simply organized.</p>

	Tags: <a href="http://www.ghacks.net/tag/calendar/" title="calendar" rel="tag">calendar</a>, <a href="http://www.ghacks.net/tag/organizer/" title="organizer" rel="tag">organizer</a>, <a href="http://www.ghacks.net/tag/personal-information-manager/" title="personal information manager" rel="tag">personal information manager</a>, <a href="http://www.ghacks.net/tag/pim/" title="pim" rel="tag">pim</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2008/06/11/organize-your-life-with-total-organizer/" title="Organize your life with Total Organizer (June 11, 2008)">Organize your life with Total Organizer</a> (1)</li>
	<li><a href="http://www.ghacks.net/2009/04/28/kontact-the-swiss-army-knife-of-pims/" title="Kontact: The Swiss Army Knife of PIMs (April 28, 2009)">Kontact: The Swiss Army Knife of PIMs</a> (3)</li>
	<li><a href="http://www.ghacks.net/2008/05/23/use-synckolab-to-synchronize-your-thunderbird-data/" title="Use SyncKolab to synchronize your Thunderbird Data (May 23, 2008)">Use SyncKolab to synchronize your Thunderbird Data</a> (4)</li>
	<li><a href="http://www.ghacks.net/2008/01/05/spicebird-introduction/" title="Spicebird introduction (January 5, 2008)">Spicebird introduction</a> (3)</li>
	<li><a href="http://www.ghacks.net/2008/07/18/several-updates-to-windows-live/" title="Several Updates to Windows Live (July 18, 2008)">Several Updates to Windows Live</a> (2)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2009/09/30/osmo-your-friendly-personal-organizer/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Google Adds Holidays, Sport Schedules And Contact Birthdays To Google Calendar</title>
		<link>http://www.ghacks.net/2009/09/03/google-adds-holidays-sport-schedules-and-contact-birthdays-to-google-calendar/</link>
		<comments>http://www.ghacks.net/2009/09/03/google-adds-holidays-sport-schedules-and-contact-birthdays-to-google-calendar/#comments</comments>
		<pubDate>Thu, 03 Sep 2009 07:45:08 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Google]]></category>
		<category><![CDATA[calendar]]></category>
		<category><![CDATA[contact birthdays]]></category>
		<category><![CDATA[gmail]]></category>
		<category><![CDATA[google calendar]]></category>
		<category><![CDATA[holidays]]></category>
		<category><![CDATA[sport schedules]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/?p=15961</guid>
		<description><![CDATA[Google Calendar is an online calendar that can be used to keep track of events and important dates. The calendar application can be integrated into various Google services including Gmail which is probably the main reason for its popularity. Up until now it was only possible to add events manually to Google Calendar.
Google yesterday announced [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.ghacks.net/wp-content/uploads/2009/09/Google_calendar.jpg" alt="Google calendar" title="Google calendar" width="163" height="37" class="alignleft size-full wp-image-15962" />Google Calendar is an online calendar that can be used to keep track of events and important dates. The calendar application can be integrated into various Google services including <a href="http://www.ghacks.net/2009/02/09/gmail-90-tools-and-tips-to-make-you-a-gmail-pro/">Gmail</a> which is probably the main reason for its popularity. Up until now it was only possible to add events manually to Google Calendar.</p>
<p>Google yesterday announced that they have added a new feature to Google Calendar which they call Interesting Calendars. Currently three different types of these calendars are available, namely holidays, sport schedules and misc. Holiday calendars make it easier than ever to add holidays of a specific country automatically to the Google Calendar. Available are a few dozen countries including the United States, Germany, United Kingdom, France, Spain or India. This category includes Christian and Islamic holidays as well.</p>
<p><span id="more-15961"></span><img src="http://www.ghacks.net/wp-content/uploads/2009/09/google_calendars2-500x262.jpg" alt="google calendars" title="google calendars" width="500" height="262" class="alignnone size-medium wp-image-15964" />The sport schedules calendars offer a variety of popular sports that can be added to Google Calendar. Available are baseball, basketball, football (that&#8217;s American Football), Hockey, Rugby and Soccer. A click on any of these sports will open a larger list with leagues that are supported by Google Calendar. Soccer for instance contains all major European and South American leagues plus competitions like the European Champions League or the World Cup.</p>
<p>A click on any league will display the sport teams that are part of that league. It is then possible to subscribe to one or multiple teams. The team schedules are then added to Google Calendar. The misc section lastly contains three different options. The first is to add contact birthdays automatically to Google Calendar while the other two add moon phases and star dates to it. <a href="https://www.google.com/calendar/">Check</a> out Google Calendar to explore the new options for yourself.</p>

	Tags: <a href="http://www.ghacks.net/tag/calendar/" title="calendar" rel="tag">calendar</a>, <a href="http://www.ghacks.net/tag/contact-birthdays/" title="contact birthdays" rel="tag">contact birthdays</a>, <a href="http://www.ghacks.net/tag/gmail/" title="gmail" rel="tag">gmail</a>, <a href="http://www.ghacks.net/tag/google-calendar/" title="google calendar" rel="tag">google calendar</a>, <a href="http://www.ghacks.net/tag/holidays/" title="holidays" rel="tag">holidays</a>, <a href="http://www.ghacks.net/tag/sport-schedules/" title="sport schedules" rel="tag">sport schedules</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2008/07/03/redesign-your-google-calendar-with-a-custom-skin/" title="Redesign your Google Calendar with a custom skin (July 3, 2008)">Redesign your Google Calendar with a custom skin</a> (1)</li>
	<li><a href="http://www.ghacks.net/2009/04/29/google-redesigned/" title="Google Redesigned (April 29, 2009)">Google Redesigned</a> (0)</li>
	<li><a href="http://www.ghacks.net/2007/09/28/display-google-calendar-in-the-sidebar/" title="Display Google Calendar in the Sidebar (September 28, 2007)">Display Google Calendar in the Sidebar</a> (2)</li>
	<li><a href="http://www.ghacks.net/2009/05/14/connect-evolution-to-google-mail-and-calendar/" title="Connect Evolution to Google mail and calendar (May 14, 2009)">Connect Evolution to Google mail and calendar</a> (1)</li>
	<li><a href="http://www.ghacks.net/2008/10/28/access-google-calendar-without-leaving-the-page/" title="Access Google Calendar Without Leaving The Page (October 28, 2008)">Access Google Calendar Without Leaving The Page</a> (13)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2009/09/03/google-adds-holidays-sport-schedules-and-contact-birthdays-to-google-calendar/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Easy access calendar with gdeskcal</title>
		<link>http://www.ghacks.net/2009/06/27/easy-access-calendar-with-gdeskcal/</link>
		<comments>http://www.ghacks.net/2009/06/27/easy-access-calendar-with-gdeskcal/#comments</comments>
		<pubDate>Sat, 27 Jun 2009 00:03:01 +0000</pubDate>
		<dc:creator>Jack Wallen</dc:creator>
				<category><![CDATA[Desktop Manager]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Tutorials Basic]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[calendar]]></category>
		<category><![CDATA[calendar applet]]></category>
		<category><![CDATA[Evolution]]></category>
		<category><![CDATA[gdeskcal]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/?p=13897</guid>
		<description><![CDATA[I live and die by the calendar. In all of my incarnations the calendar is my daily best friend. I use Google Calendar, Lightning, and another, lesser known calendar app &#8211; gdeskcal. The gdeskcal is more of an applet that can reside on nearly any desktop (although it was written for the GNOME desktop) which [...]]]></description>
			<content:encoded><![CDATA[<p>I live and die by the calendar. In all of my incarnations the calendar is my daily best friend. I use Google Calendar, Lightning, and another, lesser known calendar app &#8211; gdeskcal. The gdeskcal is more of an applet that can reside on nearly any desktop (although it was written for the GNOME desktop) which gives you quick access to a simple to use calendar. But gdeskcal is not just an applet showing you dates. Because gdeskcal works seamlessly with Evolution, you can add events and reminders to this handy app. You can even theme gdeskcal, and move it around.</p>
<p>What I like most about gdeskcal is that it can always reside on your desktop, taking up very little resources, and staying out your way until you need it. Gdesktop doesn&#8217;t hover over your application windows or demand your attention unless it is giving you a reminder about an appointment. And gdeskcal is easy to install and configure. So let&#8217;s take a look at gdeskcal.</p>
<p><span id="more-13897"></span><strong>Installing</strong></p>
<p>Most likely you will find gdeskcal in your distribution&#8217;s repositories. If you&#8217;re using Fedora, and you can not find them in your repos, you can always download the rpm file from <a title="pbone" href="http://www.pbone.net" target="_blank">pbone.net</a> and install the gdeskcall associated with your release. You can also find the gdeskcal-skins package from pbone.net as well. The gdeskcal-skins package will be necessary if you want to use different themes.</p>
<p>To install gdesktop using your Add/Remove Software utility follow these steps:</p>
<ol>
<li>Open up the utility from the Applications menu</li>
<li>Do a search for gdeskcal</li>
<li>Select both gdeskcal and gdeskcal-skins (the latter may not show up in your repos)</li>
<li>Click Apply to install</li>
</ol>
<p>If you&#8217;re not a fan of the gui tools you can always run the command line installation like so:</p>
<p><em>sudo apt-get install gdeskcal</em></p>
<p>which will do the installation for you.</p>
<p><strong>Running gdeskcal</strong></p>
<div id="attachment_13906" class="wp-caption alignleft" style="width: 289px"><img class="size-full wp-image-13906" src="http://www.ghacks.net/wp-content/uploads/2009/06/gdeskcal_default.png" alt="Figure 1" width="279" height="259" /><p class="wp-caption-text">Figure 1</p></div>
<p>You will find a menu entry for gdeskcal in the GNOME Accessories submenu of the Applications menu. When you click on the gdeskcal will open, revealing an elegant, simple calendar desktop applet (see Figure 1).</p>
<p>When gdeskcal opens you will be treated to the default theme. Most of the themes are transparent in nature so, depending upon your background, you might have to change themes so gdeskcal is easily viewable.</p>
<p>Changing your theme is quite simple. If you right click the gdeskcal applet a menu will appear with an entry &#8220;Change Skin&#8221;. When you select that entry a new window will open where you can select a skin. Now if you had to install gdeskcal via rpm you most likely will notice a lack of different skins to choose from. Even if you installed the <strong>gdeskcal-skins </strong>rpm file you still may not see any. The reason for this is that, for some odd reason, the <strong>gdeskcal-skins</strong> rpm installs the skins in the wrong directory. The default directory for gdeskcal skins is <strong>/usr/lib/gdeskcal/skins </strong>but the rpm installs them into <strong>/usr/share/gdeskcal/skins</strong>. In order for gdeskcal to see these skins open up a terminal window, su to root, and issue the command:</p>
<p><em>mv /usr/share/gdeskcal/skins/* /usr/lib/gdeskcal/skins/</em></p>
<p>Now all of the skins will appear in the gdeskcal skins window.</p>
<p><strong>Adding an event</strong></p>
<p>Upon first glance you will not see any obvious means to enter an event. Don&#8217;t worry, it&#8217;s a simple task.</p>
<p><strong>Enter an event</strong></p>
<div id="attachment_13908" class="wp-caption alignright" style="width: 285px"><a href="http://www.ghacks.net/wp-content/uploads/2009/06/gdeskcal_new.png"><img class="size-full wp-image-13908" src="http://www.ghacks.net/wp-content/uploads/2009/06/gdeskcal_new.png" alt="Figure 2" width="275" height="211" /></a><p class="wp-caption-text">Figure 2</p></div>
<p>Double click on a date and a new window will open. This new window is where you add events. As is you can not do anything in this window until you click the &#8220;New&#8221; button. Click that button and the window widow will change so that you can enter the details of the event (see Figure 2).</p>
<p>It should be obvious what you need to enter for an event. After you enter a date you won&#8217;t see anything change on the applet. If you hover your mouse over a date, however, a small popup will appear showing you the details of the event.</p>
<p><strong>Final thoughts</strong></p>
<p>Gdeskcal is one of those applications that you will come to rely on &#8211; especially if you are en Evolution user. It is a seamless application that takes up little space and little resources.</p>

	Tags: <a href="http://www.ghacks.net/tag/calendar/" title="calendar" rel="tag">calendar</a>, <a href="http://www.ghacks.net/tag/calendar-applet/" title="calendar applet" rel="tag">calendar applet</a>, <a href="http://www.ghacks.net/tag/evolution/" title="Evolution" rel="tag">Evolution</a>, <a href="http://www.ghacks.net/tag/gdeskcal/" title="gdeskcal" rel="tag">gdeskcal</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2008/05/23/use-synckolab-to-synchronize-your-thunderbird-data/" title="Use SyncKolab to synchronize your Thunderbird Data (May 23, 2008)">Use SyncKolab to synchronize your Thunderbird Data</a> (4)</li>
	<li><a href="http://www.ghacks.net/2009/06/20/use-bogofilter-for-better-junk-detection-in-evolution/" title="Use Bogofilter for better junk detection in Evolution (June 20, 2009)">Use Bogofilter for better junk detection in Evolution</a> (3)</li>
	<li><a href="http://www.ghacks.net/2008/01/05/spicebird-introduction/" title="Spicebird introduction (January 5, 2008)">Spicebird introduction</a> (3)</li>
	<li><a href="http://www.ghacks.net/2008/07/18/several-updates-to-windows-live/" title="Several Updates to Windows Live (July 18, 2008)">Several Updates to Windows Live</a> (2)</li>
	<li><a href="http://www.ghacks.net/2009/02/09/replace-outlook-with-evolution-a-linux-groupware-suite/" title="Replace Outlook with Evolution: A Linux Groupware Suite (February 9, 2009)">Replace Outlook with Evolution: A Linux Groupware Suite</a> (17)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2009/06/27/easy-access-calendar-with-gdeskcal/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Google Calendar Offline released</title>
		<link>http://www.ghacks.net/2009/03/05/google-calendar-offline-released/</link>
		<comments>http://www.ghacks.net/2009/03/05/google-calendar-offline-released/#comments</comments>
		<pubDate>Thu, 05 Mar 2009 13:42:37 +0000</pubDate>
		<dc:creator>Daniel Pataki</dc:creator>
				<category><![CDATA[Google]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[calendar]]></category>
		<category><![CDATA[google gears]]></category>
		<category><![CDATA[offline]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/?p=10929</guid>
		<description><![CDATA[While taking a look at my calendar today I noticed that Google has rolled out their offline feture for Google Calendar, and after some searching I found that this is indeed the case for everyone. Since we have become so reliant on the web for everything this should come in handy for times when your [...]]]></description>
			<content:encoded><![CDATA[<p>While taking a look at my calendar today I noticed that Google has rolled out their offline feture for Google Calendar, and after some searching I found that this is indeed the case for everyone. Since we have become so reliant on the web for everything this should come in handy for times when your router suddenly gives up, or when you&#8217;re on the train, trying to take a look at your events.</p>
<p>To enable this feature you will need <a title="Offline applications" href="http://gears.google.com/" target="_blank">Google Gears</a>, which will download some stuff for you, then off you go, you can view your calendar offline. Sadly you can only view your calendar at the moment, you won&#8217;t be able to edit or add events. I imagine they will be adding this soon, I would think this only requires some simple syncing.</p>
<p>Until then, you have full viewing access to your calendar, and you can use Google Gears with many sites, like <a href="http://rememberthemilk.com">Remember The Milk</a>, <a href="http://google.com/reader">Google Reader</a>,<a title="Online editor" href="http://writer.zoho.com/" target="_blank"> Zoho Writer</a>, and more. Do you know any other cool sites that work with Google Gears? Let us know, perhaps in the future we can download the whole internet and use it at home!</p>
<p><span id="more-10929"></span></p>

	Tags: <a href="http://www.ghacks.net/tag/calendar/" title="calendar" rel="tag">calendar</a>, <a href="http://www.ghacks.net/tag/google-gears/" title="google gears" rel="tag">google gears</a>, <a href="http://www.ghacks.net/tag/offline/" title="offline" rel="tag">offline</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2008/05/23/use-synckolab-to-synchronize-your-thunderbird-data/" title="Use SyncKolab to synchronize your Thunderbird Data (May 23, 2008)">Use SyncKolab to synchronize your Thunderbird Data</a> (4)</li>
	<li><a href="http://www.ghacks.net/2008/01/05/spicebird-introduction/" title="Spicebird introduction (January 5, 2008)">Spicebird introduction</a> (3)</li>
	<li><a href="http://www.ghacks.net/2008/07/18/several-updates-to-windows-live/" title="Several Updates to Windows Live (July 18, 2008)">Several Updates to Windows Live</a> (2)</li>
	<li><a href="http://www.ghacks.net/2009/09/30/osmo-your-friendly-personal-organizer/" title="OSMO: Your friendly personal organizer (September 30, 2009)">OSMO: Your friendly personal organizer</a> (2)</li>
	<li><a href="http://www.ghacks.net/2009/01/29/offline-gmail-buzz/" title="Offline Gmail Buzz (January 29, 2009)">Offline Gmail Buzz</a> (12)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2009/03/05/google-calendar-offline-released/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Access Google Calendar Without Leaving The Page</title>
		<link>http://www.ghacks.net/2008/10/28/access-google-calendar-without-leaving-the-page/</link>
		<comments>http://www.ghacks.net/2008/10/28/access-google-calendar-without-leaving-the-page/#comments</comments>
		<pubDate>Tue, 28 Oct 2008 12:10:35 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Browsing]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[calendar]]></category>
		<category><![CDATA[firefox-add on]]></category>
		<category><![CDATA[firefox-extension]]></category>
		<category><![CDATA[gcal popup]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[google calendar]]></category>
		<category><![CDATA[mozilla]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/?p=7918</guid>
		<description><![CDATA[GCal Popup is an experimental Firefox extension that is compatible with Firefox 1.5 to 3.x. It integrates Google Calendar nicely into Firefox by providing a button in the Firefox status bar which, when clicked, will open Google Calendar as an overlay of the current website. The benefit of using Gcal Popup is that it is [...]]]></description>
			<content:encoded><![CDATA[<p><a href="https://addons.mozilla.org/en-US/firefox/addon/9411">GCal Popup</a> is an experimental <a href="http://www.ghacks.net/tag/firefox/">Firefox</a> extension that is compatible with Firefox 1.5 to 3.x. It integrates Google Calendar nicely into Firefox by providing a button in the Firefox status bar which, when clicked, will open Google Calendar as an overlay of the current website. The benefit of using Gcal Popup is that it is no longer required to open Google Calendar in its own tab or window to work with the online calendar.</p>
<p>Every add-on that is added to Mozilla is an experimental add-on at the beginning which basically means that only registered users may download and install the add-on. It is no indication of the quality of an add-on which is important to note.</p>
<p>Google Calendar will be displayed in an overlay that resembles a popup only that it is only visible in the tab where the button was pressed. The website below is shown at the edges and a click on that part will close Google Calendar again and display the website fully. A second click on the status bar button has the same effect.</p>
<p><span id="more-7918"></span><img src="http://www.ghacks.net/wp-content/uploads/2008/10/google_calendar-500x293.jpg" alt="google calendar" title="google calendar" width="500" height="293" class="alignnone size-medium wp-image-7919" /></p>
<p>All buttons and functions of Google Calendar can be accessed in the overlay as if it would have been opened in its own tab. That&#8217;s a great and convenient way to check the calendar or add a new entry to it. The overlay is still available even if the user switches tabs. The links to other Google services will load in a new tab but everything that is related to the Calendar will open just fine in the overlay.</p>

	Tags: <a href="http://www.ghacks.net/tag/calendar/" title="calendar" rel="tag">calendar</a>, <a href="http://www.ghacks.net/tag/firefox/" title="firefox" rel="tag">firefox</a>, <a href="http://www.ghacks.net/tag/firefox-add-on/" title="firefox-add on" rel="tag">firefox-add on</a>, <a href="http://www.ghacks.net/tag/firefox-extension/" title="firefox-extension" rel="tag">firefox-extension</a>, <a href="http://www.ghacks.net/tag/gcal-popup/" title="gcal popup" rel="tag">gcal popup</a>, <a href="http://www.ghacks.net/tag/google/" title="Google" rel="tag">Google</a>, <a href="http://www.ghacks.net/tag/google-calendar/" title="google calendar" rel="tag">google calendar</a>, <a href="http://www.ghacks.net/tag/mozilla/" title="mozilla" rel="tag">mozilla</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2009/04/29/google-redesigned/" title="Google Redesigned (April 29, 2009)">Google Redesigned</a> (0)</li>
	<li><a href="http://www.ghacks.net/2008/12/15/page-bookmarks/" title="Page Bookmarks (December 15, 2008)">Page Bookmarks</a> (2)</li>
	<li><a href="http://www.ghacks.net/2008/12/01/open-random-website-in-firefox/" title="Open Random Website In Firefox (December 1, 2008)">Open Random Website In Firefox</a> (4)</li>
	<li><a href="http://www.ghacks.net/2009/05/09/mozilla-prism-10-beta/" title="Mozilla Prism 1.0 Beta (May 9, 2009)">Mozilla Prism 1.0 Beta</a> (8)</li>
	<li><a href="http://www.ghacks.net/2009/06/03/greactions-adds-comments-to-google-reader/" title="gReactions Adds Comments To Google Reader (June 3, 2009)">gReactions Adds Comments To Google Reader</a> (5)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2008/10/28/access-google-calendar-without-leaving-the-page/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
		<item>
		<title>Importing Calendar From Microsoft Outlook To Mozilla Lightning</title>
		<link>http://www.ghacks.net/2008/10/26/importing-calendar-from-microsoft-outlook-to-mozilla-lightning/</link>
		<comments>http://www.ghacks.net/2008/10/26/importing-calendar-from-microsoft-outlook-to-mozilla-lightning/#comments</comments>
		<pubDate>Sun, 26 Oct 2008 10:38:12 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Email]]></category>
		<category><![CDATA[Knowledge]]></category>
		<category><![CDATA[calendar]]></category>
		<category><![CDATA[csv file]]></category>
		<category><![CDATA[email client]]></category>
		<category><![CDATA[export calendar]]></category>
		<category><![CDATA[ics file]]></category>
		<category><![CDATA[import calendar]]></category>
		<category><![CDATA[microsoft outlook]]></category>
		<category><![CDATA[mozilla lightning]]></category>
		<category><![CDATA[outlook]]></category>
		<category><![CDATA[thunderbird]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/?p=7872</guid>
		<description><![CDATA[A question came up today if it was possible to export a Calendar in Microsoft Outlook and import it to Mozilla Lightning. Mozilla Lightning can be integrated in the email client Thunderbird. There are basically two ways to import the Microsoft Outlook Calendar into Mozilla Lightning.
The manual way would be to export the Calendar files [...]]]></description>
			<content:encoded><![CDATA[<p>A question came up today if it was possible to export a Calendar in Microsoft Outlook and import it to Mozilla Lightning. Mozilla Lightning can be integrated in the email client Thunderbird. There are basically two ways to import the Microsoft Outlook Calendar into Mozilla Lightning.</p>
<p>The manual way would be to export the Calendar files from Microsoft Outlook as comma separated values (csv) and import them into Mozilla Lightning. To do that open Microsoft Outlook and select File > Import and Export from the top menu.</p>
<p>The Import and Export Wizard will show up offering choices to import data into Microsoft Outlook and export data into files as well. Pick the Export To A File entry from the selection.</p>
<p><span id="more-7872"></span><img src="http://www.ghacks.net/wp-content/uploads/2008/10/import_export_outlook.jpg" alt="import export outlook" title="import export outlook" width="441" height="330" class="alignnone size-medium wp-image-7873" /></p>
<p>The Export To A File menu shows up which offers to export data into various file types. Select the Comma Separated Values (Windows) entry from the available choices.</p>
<p><img src="http://www.ghacks.net/wp-content/uploads/2008/10/export_outlook_calendar.jpg" alt="export outlook calendar" title="export outlook calendar" width="441" height="330" class="alignnone size-medium wp-image-7874" /></p>
<p>After making that selection it is time to select the data that should be exported. Pick the Calendar entry from the available data sources.</p>
<p><img src="http://www.ghacks.net/wp-content/uploads/2008/10/calendar_export_outlook.jpg" alt="calendar export outlook" title="calendar export outlook" width="441" height="330" class="alignnone size-medium wp-image-7875" /></p>
<p>Select a file name for the calendar export, pick the data range that you want to export and save it to the computer&#8217;s hard drive. Now that the exported data is available it is time to import it into Mozilla Lightning.</p>
<p>Make sure that the Mozilla Lightning extension for the email client Thunderbird has already been installed. Start Mozilla Thunderbird afterwards and click on the Calendar button in the lower left corner of the application&#8217;s window. It is possible to use the shortcut [CTRL 3] to go to the calendar as well.</p>
<p><img src="http://www.ghacks.net/wp-content/uploads/2008/10/import_calendar.jpg" alt="import calendar" title="import calendar" width="226" height="267" class="alignnone size-medium wp-image-7876" /></p>
<p>Lightning supports Calendar imports from csv and ics files. Pick the csv filter in the file browser and navigate to the hard drive folder that contains the Microsoft Outlook Calendar export. A click on that file will load the calendar in Mozilla Lightning and make the calendar available there.</p>
<p>The Open Source tool <a href="http://outport.sourceforge.net/">Outpost</a> provides an elegant alternative. It has not been updated in the last years but is still able to export Outlook data. It can be used to export Outlook Calendar data in an ics file which can then be imported into Mozilla Lightning or any other application that supports the format.</p>

	Tags: <a href="http://www.ghacks.net/tag/calendar/" title="calendar" rel="tag">calendar</a>, <a href="http://www.ghacks.net/tag/csv-file/" title="csv file" rel="tag">csv file</a>, <a href="http://www.ghacks.net/tag/email/" title="Email" rel="tag">Email</a>, <a href="http://www.ghacks.net/tag/email-client/" title="email client" rel="tag">email client</a>, <a href="http://www.ghacks.net/tag/export-calendar/" title="export calendar" rel="tag">export calendar</a>, <a href="http://www.ghacks.net/tag/ics-file/" title="ics file" rel="tag">ics file</a>, <a href="http://www.ghacks.net/tag/import-calendar/" title="import calendar" rel="tag">import calendar</a>, <a href="http://www.ghacks.net/tag/microsoft-outlook/" title="microsoft outlook" rel="tag">microsoft outlook</a>, <a href="http://www.ghacks.net/tag/mozilla-lightning/" title="mozilla lightning" rel="tag">mozilla lightning</a>, <a href="http://www.ghacks.net/tag/outlook/" title="outlook" rel="tag">outlook</a>, <a href="http://www.ghacks.net/tag/thunderbird/" title="thunderbird" rel="tag">thunderbird</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2009/01/19/microsoft-outlook-quickbooks-addin/" title="Microsoft Outlook Quickbooks Addin (January 19, 2009)">Microsoft Outlook Quickbooks Addin</a> (2)</li>
	<li><a href="http://www.ghacks.net/2009/06/14/microsoft-outlook-mail-time-zone-plugin/" title="Microsoft Outlook Mail Time Zone Plugin (June 14, 2009)">Microsoft Outlook Mail Time Zone Plugin</a> (7)</li>
	<li><a href="http://www.ghacks.net/2009/05/28/microsoft-outlook-macro-to-save-images-in-emails/" title="Microsoft Outlook Macro To Save Images In Emails (May 28, 2009)">Microsoft Outlook Macro To Save Images In Emails</a> (0)</li>
	<li><a href="http://www.ghacks.net/2009/07/15/microsoft-outlook-facebook-add-on/" title="Microsoft Outlook Facebook Add-On (July 15, 2009)">Microsoft Outlook Facebook Add-On</a> (1)</li>
	<li><a href="http://www.ghacks.net/2009/04/10/microsoft-outlook-express-email-extraction/" title="Microsoft Outlook Express Email Extraction (April 10, 2009)">Microsoft Outlook Express Email Extraction</a> (0)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2008/10/26/importing-calendar-from-microsoft-outlook-to-mozilla-lightning/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Several Updates to Windows Live</title>
		<link>http://www.ghacks.net/2008/07/18/several-updates-to-windows-live/</link>
		<comments>http://www.ghacks.net/2008/07/18/several-updates-to-windows-live/#comments</comments>
		<pubDate>Fri, 18 Jul 2008 09:37:22 +0000</pubDate>
		<dc:creator>joshua</dc:creator>
				<category><![CDATA[Online Services]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[calendar]]></category>
		<category><![CDATA[live]]></category>
		<category><![CDATA[mesh]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[syncronise]]></category>
		<category><![CDATA[windows live]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/?p=5412</guid>
		<description><![CDATA[Okay, I probably get a little more excited about Windows Live then you, but you may be interested in a couple of the updates which where rolled out over the last couple days:
Windows Live Mesh
If you managed to get into the Mesh Technical Preview a few months ago then you would have seen the possibilities [...]]]></description>
			<content:encoded><![CDATA[<p>Okay, I probably get a little more excited about Windows Live then you, but you may be interested in a couple of the updates which where rolled out over the last couple days:</p>
<h3><strong>Windows Live Mesh</strong></h3>
<p>If you managed to get into the Mesh Technical Preview a few months ago then you would have seen the possibilities of Live Mesh, a very impressive release from Microsoft.</p>
<p>Since then there have been 3 updates including the latest. Bugs have been fixed, its no longer necessary to have UAC activated to use Mesh, File sharing across networks was added and now Mesh is open for any US user, and any one else if they change their localisation language settings to English (US). Very basic support for mobile devices has also been incorporated and although isn’t too functional at the moment it looks very promising.</p>
<p> <span id="more-5412"></span>
<p>You can see all your directories, files and even upload photos you’ve taken from your mobile into your mesh. This is actually a great feature, because if you can have photos stored in the cloud then space on your phone is saved, although it all depends on the cost of data transfer from your phone.</p>
<p>You no longer have to go though Microsoft Connect to get a mesh account either, a welcome change.</p>
<p><strong>Windows Live Calendar</strong></p>
<p>A minor update to Windows Live Calendar has introduced some ‘catch up’ features and enhancements but nothing too useful like synchronisation between Windows Calendar and Live Calendar. According to <a href="http://www.liveside.net/blogs/main/archive/2008/07/16/windows-live-calendar-upgraded.aspx">Liveside.net</a> the update includes:</p>
<ul>
<li><a href="http://www.ghacks.net/tag/firefox/">Firefox</a> 3 support </li>
<li>Subscribing to public calendars </li>
<li>Automatic birthday calendar for contacts </li>
<li>Working link between Hotmail and Live Calendar </li>
<li>Printing in day/week/month view </li>
<li>More language support </li>
</ul>

	Tags: <a href="http://www.ghacks.net/tag/calendar/" title="calendar" rel="tag">calendar</a>, <a href="http://www.ghacks.net/tag/live/" title="live" rel="tag">live</a>, <a href="http://www.ghacks.net/tag/mesh/" title="mesh" rel="tag">mesh</a>, <a href="http://www.ghacks.net/tag/microsoft/" title="microsoft" rel="tag">microsoft</a>, <a href="http://www.ghacks.net/tag/syncronise/" title="syncronise" rel="tag">syncronise</a>, <a href="http://www.ghacks.net/tag/windows/" title="Windows" rel="tag">Windows</a>, <a href="http://www.ghacks.net/tag/windows-live/" title="windows live" rel="tag">windows live</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2008/08/29/windows-live-and-internet-explorer-whats-the-story/" title="Windows Live and Internet Explorer. What&rsquo;s the Story? (August 29, 2008)">Windows Live and Internet Explorer. What&rsquo;s the Story?</a> (3)</li>
	<li><a href="http://www.ghacks.net/2006/10/21/zoom-it/" title="Zoom It (October 21, 2006)">Zoom It</a> (4)</li>
	<li><a href="http://www.ghacks.net/2008/05/07/xp-sp3-and-vista-sp-1-available-through-windows-update/" title="XP SP3 and Vista SP 1 available through Windows Update (May 7, 2008)">XP SP3 and Vista SP 1 available through Windows Update</a> (6)</li>
	<li><a href="http://www.ghacks.net/2007/10/10/xp-keep-per-user-display-settings/" title="XP Keep Per User Display Settings (October 10, 2007)">XP Keep Per User Display Settings</a> (1)</li>
	<li><a href="http://www.ghacks.net/2008/04/03/word-document-property-tool/" title="Word Document Property Tool (April 3, 2008)">Word Document Property Tool</a> (0)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2008/07/18/several-updates-to-windows-live/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Use SyncKolab to synchronize your Thunderbird Data</title>
		<link>http://www.ghacks.net/2008/05/23/use-synckolab-to-synchronize-your-thunderbird-data/</link>
		<comments>http://www.ghacks.net/2008/05/23/use-synckolab-to-synchronize-your-thunderbird-data/#comments</comments>
		<pubDate>Fri, 23 May 2008 16:27:21 +0000</pubDate>
		<dc:creator>Stefan</dc:creator>
				<category><![CDATA[Email]]></category>
		<category><![CDATA[Mobile Computing]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[calendar]]></category>
		<category><![CDATA[contacts]]></category>
		<category><![CDATA[kolab]]></category>
		<category><![CDATA[lightning]]></category>
		<category><![CDATA[synchronize]]></category>
		<category><![CDATA[syncKolab]]></category>
		<category><![CDATA[thunderbird]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/?p=4239</guid>
		<description><![CDATA[If you happen to use an e-mail provider that&#8217;s offering an IMAP-server (or you are boosting your own (mail-)server), this might be for you, because chances are if you are using IMAP, you&#8217;re the &#8220;portable&#8221; type of user.
As some of the more regular readers may know, I&#8217;m all into the whole &#8216;portable&#8217; thing, and am [...]]]></description>
			<content:encoded><![CDATA[<p>If you happen to use an e-mail provider that&#8217;s offering an IMAP-server (or you are boosting your own (mail-)server), this might be for you, because chances are if you are using IMAP, you&#8217;re the &#8220;portable&#8221; type of user.</p>
<p>As some of the more regular readers may know, I&#8217;m all into the whole &#8216;portable&#8217; thing, and am constantly looking for ways to use stealthy software, sync my data or access it wherever I go. So it&#8217;s not surprising I stumbled across the <a title="SyncKolab thunderbird extension" href="https://addons.mozilla.org/thunderbird/addon/519">SyncKolab Thunderbird extension</a> some time ago looking for a possibility to sync my contacts across different computers as easy as my bookmarks using Foxmarks. Didn&#8217;t turn out that time, I just couldn&#8217;t get it to work.</p>
<p>But now, you may have guessed it already where this is heading, version 1.0 is out and, what can I say, it works like a charm, and not only for my contacts, but for my lightning-powered to-do&#8217;s and calendar items as well!</p>
<p><span id="more-4239"></span>The whole thing uses the <a href="http://en.wikipedia.org/wiki/Kolab">Kolab </a>&#8216;protocol&#8217; (in lack for a better word), which uses iCals and E-Mails containing xml-files to, among other things, store the items in your IMAP-Folder.</p>
<p>There&#8217;s a pretty good <a href="http://www.gargan.org/extensions/synckolab.html">tutorial</a> how to set it up as well, but it&#8217;s principle is rather simple. Choose an IMAP-Account, the items you want to have synced (contacts, calendar and to-do; the latter two require <a href="https://addons.mozilla.org/de/thunderbird/addon/2313">lightning</a> to be installed) and where to store the data in the IMAP folder structure. I used a new folder named Synckolab containing subfolders for each of the groups, though I don&#8217;t know if it&#8217;s necessary to split them up.</p>
<p>Conflicts are resolved by using a pre-defined setting (always use server-side or client-side), or by asking the user, which is always my personal weapon of choice.</p>
<p>The whole thing also works with a specialized server component as well as different clients such as KDE&#8217;s <a href="http://www.kontact.org/">Kontact</a> for instance. Check out the <a href="http://de.wikipedia.org/wiki/Kolab">wikipedia-entry</a> if you&#8217;re interested.</p>

	Tags: <a href="http://www.ghacks.net/tag/calendar/" title="calendar" rel="tag">calendar</a>, <a href="http://www.ghacks.net/tag/contacts/" title="contacts" rel="tag">contacts</a>, <a href="http://www.ghacks.net/tag/kolab/" title="kolab" rel="tag">kolab</a>, <a href="http://www.ghacks.net/tag/lightning/" title="lightning" rel="tag">lightning</a>, <a href="http://www.ghacks.net/tag/synchronize/" title="synchronize" rel="tag">synchronize</a>, <a href="http://www.ghacks.net/tag/synckolab/" title="syncKolab" rel="tag">syncKolab</a>, <a href="http://www.ghacks.net/tag/thunderbird/" title="thunderbird" rel="tag">thunderbird</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2007/03/14/add-a-calendar-to-thunderbird/" title="Add a Calendar to Thunderbird (March 14, 2007)">Add a Calendar to Thunderbird</a> (3)</li>
	<li><a href="http://www.ghacks.net/2008/08/04/synchronize-contacts-between-thunderbird-and-gmail/" title="Synchronize Contacts Between Thunderbird And Gmail (August 4, 2008)">Synchronize Contacts Between Thunderbird And Gmail</a> (12)</li>
	<li><a href="http://www.ghacks.net/2008/10/26/importing-calendar-from-microsoft-outlook-to-mozilla-lightning/" title="Importing Calendar From Microsoft Outlook To Mozilla Lightning (October 26, 2008)">Importing Calendar From Microsoft Outlook To Mozilla Lightning</a> (5)</li>
	<li><a href="http://www.ghacks.net/2008/11/04/why-im-still-using-a-software-email-client/" title="Why I&#8217;m Still Using A Software Email Client (November 4, 2008)">Why I&#8217;m Still Using A Software Email Client</a> (17)</li>
	<li><a href="http://www.ghacks.net/2008/12/05/use-gmail-as-email-backup-space/" title="Use Gmail As Email Backup Space (December 5, 2008)">Use Gmail As Email Backup Space</a> (2)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2008/05/23/use-synckolab-to-synchronize-your-thunderbird-data/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Spicebird introduction</title>
		<link>http://www.ghacks.net/2008/01/05/spicebird-introduction/</link>
		<comments>http://www.ghacks.net/2008/01/05/spicebird-introduction/#comments</comments>
		<pubDate>Sat, 05 Jan 2008 21:40:14 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Email]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[calendar]]></category>
		<category><![CDATA[im]]></category>
		<category><![CDATA[spicebird]]></category>
		<category><![CDATA[windows software]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/2008/01/05/spicebird-introduction/</guid>
		<description><![CDATA[You might have come upon the term Spicebird if you are following tech blogs or are a regular Digg and Del.icio.us user. Spicebird is an open-source platform for collaboration, it features an integrated email client, calendar and instant messenger in the first stage but will have additional features that are planned for Spicebird 1.0.]]></description>
			<content:encoded><![CDATA[<p>You might have come upon the term Spicebird if you are following tech blogs or are a regular Digg and Del.icio.us user. Spicebird is an open-source platform for collaboration, it features an integrated email client, calendar and instant messenger in the first stage but will have additional features that are planned for Spicebird 1.0.</p>
<p>The creators recently <a href="http://www.spicebird.com/demos/spicebird.html">published</a> a demonstration video that is showing some of the functions that are currently implemented in Spicebird. The application itself looks pretty stable considering that the next public release will be 0.3 alpha. This release version includes an RSS reader as well. What is missing, or has not been shown in the video is the Wiki which would add tremendous value to the software.</p>
<p>Spicebird is based on Mozilla and uses several modules like Thunderbird and Lightning. A customizable homepage is the starting point whenever you run Spicebird. You can add all sorts of widgets, modules and the likes to it just like you would do on websites like Netvibes. </p>
<p><span id="more-2756"></span><img src='http://www.ghacks.net/wp-content/uploads/2008/01/spicebird.jpg' alt='spicebird' /></p>
<p>It is possible to add upcoming events, Rss feeds or a mail folder to get a quick overview. I think this is wonderful but they have to think of a solution where someone would want to add lots of RSS feeds to the application. I&#8217;m not sure how Spicebird would handle this.</p>
<p>They did add at least one unique feature to the mail client. Mails are automatically scanned for events and if one is found Spicebird will ask if you want to add the event to your calendar. the Instant Messenger is based on Jabber and integrates perfectly into Spicebird.</p>
<p>You do see the online status of your contacts in your address book / contacts list and can send them a message instantly that way.</p>
<p>I hope they do provide easy ways of importing data from Thunderbird, Mozilla and RSS readers into the application which would probably help in gaining users.</p>
<p>via [<a href="http://cybernetnews.com/2008/01/05/spicebird-email-calendar-im-rss-and-more/">Cybernetnews</a>]</p>

	Tags: <a href="http://www.ghacks.net/tag/calendar/" title="calendar" rel="tag">calendar</a>, <a href="http://www.ghacks.net/tag/email/" title="Email" rel="tag">Email</a>, <a href="http://www.ghacks.net/tag/im/" title="im" rel="tag">im</a>, <a href="http://www.ghacks.net/tag/spicebird/" title="spicebird" rel="tag">spicebird</a>, <a href="http://www.ghacks.net/tag/windows-software/" title="windows software" rel="tag">windows software</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2009/06/09/process-nzbs-and-torrents-in-gmail-automatically/" title="Process NZBs And Torrents In Gmail Automatically (June 9, 2009)">Process NZBs And Torrents In Gmail Automatically</a> (1)</li>
	<li><a href="http://www.ghacks.net/2009/07/28/postbox-beta-14-announces-pricing/" title="Postbox Beta 14, Announces Pricing (July 28, 2009)">Postbox Beta 14, Announces Pricing</a> (19)</li>
	<li><a href="http://www.ghacks.net/2009/10/24/outlook-duplicate-items-remover/" title="Outlook Duplicate Items Remover (October 24, 2009)">Outlook Duplicate Items Remover</a> (4)</li>
	<li><a href="http://www.ghacks.net/2009/03/11/microsoft-outlook-display-and-save-email-attachments/" title="Microsoft Outlook: Display And Save Email Attachments (March 11, 2009)">Microsoft Outlook: Display And Save Email Attachments</a> (1)</li>
	<li><a href="http://www.ghacks.net/2009/05/19/microsoft-outlook-mail-statistics/" title="Microsoft Outlook Mail Statistics (May 19, 2009)">Microsoft Outlook Mail Statistics</a> (0)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2008/01/05/spicebird-introduction/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Display Google Calendar in the Sidebar</title>
		<link>http://www.ghacks.net/2007/09/28/display-google-calendar-in-the-sidebar/</link>
		<comments>http://www.ghacks.net/2007/09/28/display-google-calendar-in-the-sidebar/#comments</comments>
		<pubDate>Fri, 28 Sep 2007 12:58:46 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Browsing]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[calendar]]></category>
		<category><![CDATA[firefox tip]]></category>
		<category><![CDATA[google calendar]]></category>
		<category><![CDATA[mozilla]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/2007/09/28/display-google-calendar-in-the-sidebar/</guid>
		<description><![CDATA[If you are using Google Calendar regularly you might find this little Firefox tip interesting. It is possible to display your current and upcoming events that you added to Google Calendar in the Firefox sidebar. This is actually pretty easy to accomplish. ]]></description>
			<content:encoded><![CDATA[<p>If you are using Google Calendar regularly you might find this little <a href="http://www.ghacks.net/tag/firefox/">Firefox</a> tip interesting. It is possible to display your current and upcoming events that you added to Google Calendar in the Firefox sidebar. This is actually pretty easy to accomplish. </p>
<p>What you need to do is add the mobile version of Google Calendar to your bookmarks, right-click the bookmark, select properties from the menu and check the &#8220;Load this bookmark in the sidebar&#8221; option.</p>
<p>Whenever you load the bookmark from then on it will be displayed in the sidebar displaying the current and upcoming events. This is great if you look at your entries frequently.</p>
<p><span id="more-2059"></span><img src="http://www.ghacks.net/files/screens/2007/09/google-calendar-sidebar.jpg" alt="google calendar sidebar firefox" /></p>
<p><strong>Read More:</strong></p>
<p><a href="http://calendar.google.com/m">Google Calendar Mobile</a><br />
via <a href="http://www.firefoxfacts.com/2007/09/25/google-calendar-in-your-sidebar/">Firefox Facts</a></p>

	Tags: <a href="http://www.ghacks.net/tag/calendar/" title="calendar" rel="tag">calendar</a>, <a href="http://www.ghacks.net/tag/firefox/" title="firefox" rel="tag">firefox</a>, <a href="http://www.ghacks.net/tag/firefox-tip/" title="firefox tip" rel="tag">firefox tip</a>, <a href="http://www.ghacks.net/tag/google-calendar/" title="google calendar" rel="tag">google calendar</a>, <a href="http://www.ghacks.net/tag/mozilla/" title="mozilla" rel="tag">mozilla</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2008/10/28/access-google-calendar-without-leaving-the-page/" title="Access Google Calendar Without Leaving The Page (October 28, 2008)">Access Google Calendar Without Leaving The Page</a> (13)</li>
	<li><a href="http://www.ghacks.net/2008/08/12/yesscript-is-noscripts-antagonist/" title="YesScript is NoScript&#8217;s Antagonist (August 12, 2008)">YesScript is NoScript&#8217;s Antagonist</a> (8)</li>
	<li><a href="http://www.ghacks.net/2008/03/11/webslices-and-activities-ported-to-firefox/" title="Webslices and Activities ported to Firefox (March 11, 2008)">Webslices and Activities ported to Firefox</a> (5)</li>
	<li><a href="http://www.ghacks.net/2009/04/23/web-browser-firefox-save-tabs-add-on/" title="Web Browser: Firefox Save Tabs Add-On (April 23, 2009)">Web Browser: Firefox Save Tabs Add-On</a> (1)</li>
	<li><a href="http://www.ghacks.net/2008/02/18/warning-unresponsive-script-in-firefox/" title="Warning Unresponsive Script in Firefox (February 18, 2008)">Warning Unresponsive Script in Firefox</a> (14)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2007/09/28/display-google-calendar-in-the-sidebar/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Add a Calendar to Thunderbird</title>
		<link>http://www.ghacks.net/2007/03/14/add-a-calendar-to-thunderbird/</link>
		<comments>http://www.ghacks.net/2007/03/14/add-a-calendar-to-thunderbird/#comments</comments>
		<pubDate>Wed, 14 Mar 2007 07:59:16 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Email]]></category>
		<category><![CDATA[calendar]]></category>
		<category><![CDATA[lightning]]></category>
		<category><![CDATA[mozilla]]></category>
		<category><![CDATA[thunderbird]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/2007/03/14/add-a-calendar-to-thunderbird/</guid>
		<description><![CDATA[A friend of mine is still using Outlook at home and I was wondering why he did not switch to a more secure email client such as Thunderbird. His response was that Thunderbird was missing a calendar and that this was a feature that he needed. I could not deny that there was no calendar in Thunderbird - until I found the Thunderbird extension Lightning. Lightning which is still in development adds calendar functionality (scheduling, tasks..) to Thunderbird.]]></description>
			<content:encoded><![CDATA[<p>A friend of mine is still using Outlook at home and I was wondering why he did not switch to a more secure email client such as Thunderbird. His response was that Thunderbird was missing a calendar and that this was a feature that he needed. I could not deny that there was no calendar in Thunderbird &#8211; until I found the Thunderbird extension <a href="https://addons.mozilla.org/thunderbird/2313/" target="_blank">Lightning</a>. Lightning which is still in development adds calendar functionality (scheduling, tasks..) to Thunderbird.</p>
<p><img src="http://www.ghacks.net/files/screens/2007/03/Lightning_Monthly_View.jpg" title="lightning email calendar thunderbird" alt="lightning email calendar thunderbird" align="left" height="219" width="350" /> The extension adds itself seamlessly into Thunderbird. The calendar uses the space beneath your inbox to display the current month and the latest upcoming events.</p>
<p>Clicking on a day loads the monthly view window displaying every day of the month and all the events that you already added to that month.</p>
<p>Right-clicking a day and selecting new event lets you add events to your calendar which can import and export the data into different clients. This is of course pretty useful if you have to use a different calendar at work or another workplace.</p>
<p><span id="more-1301"></span> We have to use Outlook at work and I never thought of using Outlook at home as well. Lightning lets me use Thunderbird at home and sync the data of my works Outlook calendar easily.</p>
<p>Next to the monthly view window you can of course change to weekly or daily view to view a detailed view of those events.</p>
<p>Lightning for Thunderbird is a great extension that adds calendar functionality to Thunderbird. I would recommend it to everyone who missed that feature in Thunderbird.</p>

	Tags: <a href="http://www.ghacks.net/tag/calendar/" title="calendar" rel="tag">calendar</a>, <a href="http://www.ghacks.net/tag/email/" title="Email" rel="tag">Email</a>, <a href="http://www.ghacks.net/tag/lightning/" title="lightning" rel="tag">lightning</a>, <a href="http://www.ghacks.net/tag/mozilla/" title="mozilla" rel="tag">mozilla</a>, <a href="http://www.ghacks.net/tag/thunderbird/" title="thunderbird" rel="tag">thunderbird</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2008/05/23/use-synckolab-to-synchronize-your-thunderbird-data/" title="Use SyncKolab to synchronize your Thunderbird Data (May 23, 2008)">Use SyncKolab to synchronize your Thunderbird Data</a> (4)</li>
	<li><a href="http://www.ghacks.net/2008/05/26/thunderplunger-keep-thunderbird-clean/" title="Thunderplunger: Keep Thunderbird Clean (May 26, 2008)">Thunderplunger: Keep Thunderbird Clean</a> (1)</li>
	<li><a href="http://www.ghacks.net/2008/09/26/thunderbird-security-update-to-20017/" title="Thunderbird Security Update To 2.0.0.17 (September 26, 2008)">Thunderbird Security Update To 2.0.0.17</a> (0)</li>
	<li><a href="http://www.ghacks.net/2008/05/03/thunderbird-mailbox-alert/" title="Thunderbird Mailbox Alert (May 3, 2008)">Thunderbird Mailbox Alert</a> (0)</li>
	<li><a href="http://www.ghacks.net/2007/02/08/thunderbird-birthday-reminder/" title="Thunderbird Birthday Reminder (February 8, 2007)">Thunderbird Birthday Reminder</a> (0)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2007/03/14/add-a-calendar-to-thunderbird/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Free transparent calendar</title>
		<link>http://www.ghacks.net/2006/06/23/free-transparent-customizable-calendar/</link>
		<comments>http://www.ghacks.net/2006/06/23/free-transparent-customizable-calendar/#comments</comments>
		<pubDate>Fri, 23 Jun 2006 18:12:58 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Tools]]></category>
		<category><![CDATA[calendar]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[transparent calendar]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/2006/06/23/free-transparent-customizable-calendar/</guid>
		<description><![CDATA[The free transparent customizable calendar called Rainlendar is a great addition to every windows system. Rainlendar is a lightweight open source application which supports lots of languages (must be 30+). It displays three independent transparent windows on your desktop, the calendar showing the actual month, a todo list and an events list. You can add or edit entries by doubleclicking the window.]]></description>
			<content:encoded><![CDATA[<p>The free transparent customizable calendar called Rainlendar is a great addition to every windows system. Rainlendar is a lightweight open source application which supports lots of languages (must be 30+). It displays three independent transparent windows on your desktop, the calendar showing the actual month, a todo list and an events list. You can add or edit entries by doubleclicking the window.</p>
<p><img src="http://www.ghacks.net/files/screens/200606/Rainlendar.jpg" /></p>
<p><span id="more-582"></span></p>
<p>You are able to set alarms for events and synchronise the calendar between different clients. It supports iCal and Outlook appointments, offers hotkeys and several additional skins.</p>

	Tags: <a href="http://www.ghacks.net/tag/calendar/" title="calendar" rel="tag">calendar</a>, <a href="http://www.ghacks.net/tag/software/" title="software" rel="tag">software</a>, <a href="http://www.ghacks.net/tag/transparent-calendar/" title="transparent calendar" rel="tag">transparent calendar</a>, <a href="http://www.ghacks.net/tag/windows/" title="Windows" rel="tag">Windows</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2008/06/08/zip-repair/" title="Zip Repair (June 8, 2008)">Zip Repair</a> (3)</li>
	<li><a href="http://www.ghacks.net/2008/07/15/zen-key-an-all-purpose-application-manager/" title="Zen Key An All Purpose Application Manager (July 15, 2008)">Zen Key An All Purpose Application Manager</a> (3)</li>
	<li><a href="http://www.ghacks.net/2008/05/13/youtube-batch-downloader/" title="Youtube Batch Downloader (May 13, 2008)">Youtube Batch Downloader</a> (13)</li>
	<li><a href="http://www.ghacks.net/2008/07/10/yahoo-widget-position-restorer/" title="Yahoo Widget Position Restorer (July 10, 2008)">Yahoo Widget Position Restorer</a> (1)</li>
	<li><a href="http://www.ghacks.net/2006/02/23/workrave/" title="Workrave (February 23, 2006)">Workrave</a> (6)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2006/06/23/free-transparent-customizable-calendar/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
