<?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>MakeUseOf.com &#187; iCal</title>
	<atom:link href="http://www.makeuseof.com/tags/ical/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.makeuseof.com</link>
	<description>Cool Websites, Software and Internet Tips</description>
	<lastBuildDate>Sun, 22 Nov 2009 01:06:33 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How To Show iCal Tasks &amp; Events On The Desktop [Mac only]</title>
		<link>http://www.makeuseof.com/tag/how-to-show-ical-tasks-events-on-the-desktop-mac-only/</link>
		<comments>http://www.makeuseof.com/tag/how-to-show-ical-tasks-events-on-the-desktop-mac-only/#comments</comments>
		<pubDate>Tue, 17 Nov 2009 16:01:45 +0000</pubDate>
		<dc:creator>Jeffry Thurana</dc:creator>
				<category><![CDATA[Mac]]></category>
		<category><![CDATA[calendar]]></category>
		<category><![CDATA[desktop]]></category>
		<category><![CDATA[desktop enhancements]]></category>
		<category><![CDATA[iCal]]></category>
		<category><![CDATA[planning tools]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=29154</guid>
		<description><![CDATA[On my way to have a more organized life, I&#8217;ve tried to utilize iCal to the fullest. I have found the quickest way to add tasks and events to iCal, but have yet to find the quickest way to show them. I figure that instead of opening another app just to show my tasks and [...]]]></description>
			<content:encoded><![CDATA[<p><img style="margin-right: 20px; margin-top: 5px; margin-bottom: 5px;" src="http://www.makeuseof.com/wp-content/uploads/2009/11/00-Desktop-plus2.jpeg" alt="ical on desktop" vspace="5" width="300" height="188" align="left" />On my way to have a more organized life, I&#8217;ve tried to utilize iCal to the fullest. I have found <a href="http://www.makeuseof.com/tag/how-to-improve-ical-with-flexcal-mac-only/">the quickest way to add tasks and events to iCal</a>, but have yet to find the quickest way to show them. I figure that instead of opening another app just to show my tasks and events, why not make them always available on the desktop?</p>
<p>If I could do that, I could just use Expose&#8217;s shortcut (<em>Command + F3</em> in my MacBook) &#8211; or the <a href="http://www.makeuseof.com/tag/escape-from-your-cluttered-desktop-with-show-desktop-mac-only/">Show Desktop</a> we&#8217;ve discussed before &#8211; to show the desktop to see everything that I have to do printed there. Of course, those with large screens will have everything visible at all time even without the trick.</p>
<p>With my <a href="http://www.makeuseof.com/tag/how-to-display-system-information-in-style-using-geektool-mac/">recent adventure with GeekTool</a>, everything comes full circle. Now my tasks and events can be shown beautifully on the desktop, and I can look at them anytime I need to with a single stroke of a shortcut key combination.</p>
<p><span id="more-29154"></span><br />
To be able to show tasks and events from iCal on the desktop, we need help from two freewares: the previously mentioned <a href="http://projects.tynsoe.org/en/geektool/download.php">GeekTool</a> and <a href="http://hasseg.org/icalBuddy/">iCalBuddy</a>.</p>
<p>In short, iCalBuddy is a command-line utility that can be used to query the OS X calendar database for items. Being a command-line based application, iCalBuddy is the perfect scripting solution to be used along with GeekTool.</p>
<p>The installation used to be something that ordinary people would try to avoid &#8211; involving working with command lines in the Terminal. But the latest version of iCalBuddy comes with an &#8220;<em>install.command</em>&#8221; file, which will make the process a snap. All you need to do is double-click it to start the installation in Terminal and then continue the process by pressing any key (or <em>Ctrl + C</em> to cancel).</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/11/01-Install-iCal-Buddy-Terminal.jpg" alt="ical on desktop" width="550" height="419" /></p>
<p>Now that the installation is done, let&#8217;s add some to-dos and events to the desktop</p>
<p>After installing iCalBuddy, displaying iCal&#8217;s to-do and events on the desktop is a matter of adding new shell items from GeekTool. This means dragging out shell geeklets from GeekTool prefPane to the desktop and editing the items.</p>
<p>The most important part of the geeklet is the Command pane. This is the place where you write the command line to tell GeekTool what to do. This is the basic command line for iCalBuddy:</p>
<blockquote><p><em>/usr/local/bin/icalBuddy *****</em></p></blockquote>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/11/03-Command-Pane.jpg" alt="ical on desktop" width="279" height="341" /></p>
<p>The &#8220;******&#8221; is where you put the customization strings. There are a whole lot of variations that you could use with iCalBuddy&#8217;s command line. There are some manuals that come with the installation file of iCalBuddy that you can refer to for further information. You could also access the program&#8217;s manual page by running &#8220;<em>man icalBuddy</em>&#8221; in the terminal to read the documentation for all of the arguments you can use when calling icalBuddy.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/11/02-icalbuddy-manual.jpg" alt="ical events on desktop" width="550" height="440" /></p>
<p>As for me, these are the strings that I use for my desktop.</p>
<p>To display iCal&#8217;s to-do, I use:</p>
<blockquote><p><em>/usr/local/bin/icalBuddy &#8211;excludeTaskProps &#8220;notes&#8221; -nc uncompletedTasks | sed -e &#8220;s/*/&#8211;/&#8221; | sed -e &#8220;s/!/!!/&#8221;</em></p></blockquote>
<p>While to display iCal&#8217;s events, I use:</p>
<blockquote><p><em>/usr/local/bin/icalBuddy -nc eventsToday+7 | sed -e &#8220;s/*/&#8211;/&#8221; | sed -e &#8220;s/!/!!/&#8221;</em></p></blockquote>
<p>These strings are not mine. I picked them up from a discussion between iCalBuddy users and the creator. So, the credit goes to them. And as you can see, what the customization strings do are:</p>
<ul>
<li>removing notes from the tasks (&#8211;excludeTaskProps &#8220;notes&#8221;)</li>
<li>removing the calendar name (-nc)</li>
<li>changing the * symbol in front of each item with &#8212; symbols (sed -e &#8220;s/*/&#8211;/&#8221;)</li>
<li>displaying events for one whole week (+7)</li>
<li>emphasizing the overdue tasks and events (sed -e &#8220;s/!/!!/)</li>
</ul>
<p>You could do your own experiment adding and removing strings (or not).</p>
<h3><strong>Beautifying the look</strong></h3>
<p>Honestly, I spent so much more time experimenting on the look than on the function; dragging the position, changing the color, adjusting the size, that sort of thing. And here&#8217;s the final result (for now).</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/11/04-GeekTool-desktop.jpg" alt="ical events on desktop" width="550" height="344" /></p>
<p>You could just let your creativity run loose and design your own. But in case you are wondering, I&#8217;m using Apple&#8217;s standard wallpaper, and Gill Sans &#8211; Regular and Thin &#8211; for the font. As for the layout, size and color, I think the screenshot has revealed them all.</p>
<p>While doing this article, I also found out several communities of GeekTool users who &#8220;show off&#8221; and share their desktop designs. If you&#8217;ve tried GeekTool and think that your design is cool enough, you could share them using the comments below.
<p>Did you like the post? Please do share your thoughts in the comments section!</p>
<p><em><strong>New on Twitter ?</strong> Now you can follow <a href="http://twitter.com/MakeUseOf">MakeUseOf on Twitter</a> too.</em></p>

	<em><h4>Related posts</h4></em>
	<ul class="st-related-posts">
	<li><a href="http://www.makeuseof.com/tag/icalendar-lite-a-free-transparent-desktop-calendar-for-windows/" title="iCalendar Lite- A Free Transparent Desktop Calendar (Windows) (September 12, 2009)">iCalendar Lite- A Free Transparent Desktop Calendar (Windows)</a> (12)</li>
	<li><a href="http://www.makeuseof.com/tag/how-to-improve-ical-with-flexcal-mac-only/" title="How To Improve Your iCal Calendars With FlexCal [Mac Only] (November 8, 2009)">How To Improve Your iCal Calendars With FlexCal [Mac Only]</a> (4)</li>
	<li><a href="http://www.makeuseof.com/tag/wally-an-incredible-cross-platform-wallpaper-rotation-app/" title="Wally- Awesome Wallpaper Rotator for Windows, Mac &#038; Linux (November 15, 2009)">Wally- Awesome Wallpaper Rotator for Windows, Mac &#038; Linux</a> (14)</li>
	<li><a href="http://www.makeuseof.com/tag/three-free-calendar-applications-for-the-mac/" title="Three Free Desktop Calendar Applications For The Mac (July 30, 2009)">Three Free Desktop Calendar Applications For The Mac</a> (8)</li>
	<li><a href="http://www.makeuseof.com/tag/three-cool-desktops-from-make-use-of-readers/" title="Three Cool Desktops from MakeUseOf Readers (April 16, 2008)">Three Cool Desktops from MakeUseOf Readers</a> (32)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/how-to-show-ical-tasks-events-on-the-desktop-mac-only/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>How To Improve Your iCal Calendars With FlexCal [Mac Only]</title>
		<link>http://www.makeuseof.com/tag/how-to-improve-ical-with-flexcal-mac-only/</link>
		<comments>http://www.makeuseof.com/tag/how-to-improve-ical-with-flexcal-mac-only/#comments</comments>
		<pubDate>Sun, 08 Nov 2009 12:01:37 +0000</pubDate>
		<dc:creator>Jeffry Thurana</dc:creator>
				<category><![CDATA[Mac]]></category>
		<category><![CDATA[calendar]]></category>
		<category><![CDATA[iCal]]></category>
		<category><![CDATA[planning tools]]></category>
		<category><![CDATA[schedule]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=28487</guid>
		<description><![CDATA[When it comes to managing life and work, I used to be the kind of person who relied on memory alone. The furthest path I took was writing tasks on a small piece of paper and threw it away after everything was done. Call me disorganized, but somehow I survived.
But recently, I could barely keep [...]]]></description>
			<content:encoded><![CDATA[<p><img style="margin-right:20px" src="http://www.makeuseof.com/wp-content/uploads/2009/11/00-FlexCal-logo-plus.jpeg" alt="" vspace="5" align="left" />When it comes to managing life and work, I used to be the kind of person who relied on memory alone. The furthest path I took was writing tasks on a small piece of paper and threw it away after everything was done. Call me disorganized, but somehow I survived.</p>
<p>But recently, I could barely keep up with everything that happened around me just relying on my biological RAM alone. While I&#8217;ve tried several <a href="http://www.makeuseof.com/tag/three-free-calendar-applications-for-the-mac/">free to do applications</a> to <a href="http://www.makeuseof.com/tag/get-rid-of-your-overloaded-anxiety-with-anxiety-mac-only/">overcome my anxiety</a>, I couldn&#8217;t find free apps that can match the power of Apple&#8217;s <a href="http://www.makeuseof.com/tags/ical/">iCal calendar</a>.</p>
<p>So I chose iCal Calendars to help me manage my life better. One problem though, adding multiple tasks and events to iCal requires a rather lengthy process, including keeping it open at all time. Luckily, there&#8217;s <a href="http://flexgames.com/flexcal/?p=1">FlexCal</a>. This small application which reside in the System Preferences is designed to overcome that very problem.</p>
<h3><strong>The installation and settings</strong></h3>
<p>The installation process is quick and easy. Double click the prefPane file and choose which users you want to install this app to. Unless you use your Mac with several other users and don&#8217;t want the other users to use FlexCal, choose &#8220;<em>Install for all users of this computer</em>&#8220;.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/11/00-FlexCal-Install-System-Preferences.jpg" alt="ical calendars" width="405" height="228" /></p>
<p><span id="more-28487"></span><br />
Then the System Preferences will be opened. Since FlexCal is still <a href="http://www.makeuseof.com/tag/how-to-choose-between-32-bit-64-bit-windows-7-operating-systems/">in 32-bit</a>, System Preferences needed to be restarted before you can tamper with FlexCal settings.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/11/01b-System-Preferences-Restart.jpg" alt="ical calendars" width="434" height="145" /></p>
<p>There are several things that you should adjust to make FlexCal comfortable to use. First the &#8220;<em>Setup</em>&#8221; tab. Click the &#8220;<em>Start FlexCal</em>&#8221; button (obviously) and tick the &#8220;<em>Start FlexCal at login</em>&#8221; box to make sure that this app will be available at all time.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/11/02a-FlexCal-Settings-Setup.jpg" alt="ical calendars" width="550" height="357" /></p>
<p>Then you need to set your own shortcut to be able to access FlexCal quickly. Click on the shortcut field and press your chosen combination.</p>
<p>Don&#8217;t forget to choose which window should be opened every time you hit that shortcut key. If you add Tasks a lot, choose &#8220;<em>Task Window</em>&#8220;. The same thing goes the other way around. But whichever you choose, it&#8217;s not that important (and you&#8217;ll see why later on).</p>
<p>Next is the &#8220;<em>Advanced</em>&#8221; tab. This is the place to further configure FlexCal. You could choose to add an alarm to all new Events and how early should the alarm goes off. You could also choose which calendar should be the default place for all tasks and events, and whether you prefer to use Textual or Graphical style to display the calendar.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/11/02b-FlexCal-Setting-Advanced.jpg" alt="ical planner" width="550" height="409" /></p>
<h3><strong>Using FlexCal</strong></h3>
<p>Using this app is a only matter of hitting the shortcut key. If you choose &#8220;<em>Task Window</em>&#8221; as the default, this window will appear every time the key combination is pressed.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/11/03-FlexCal_-Task.jpg" alt="ical planner" width="459" height="221" /></p>
<p>But you could easily change the window to &#8220;<em>Events Window</em>&#8221; by hitting the combination one more time (and continuously alternate between the two).</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/11/04-FlexCal_-Event.jpg" alt="ical planner" width="446" height="550" /></p>
<p>Hit <em>enter</em> after typing the task/event and it will be saved to iCal. To cancel it, use the Esc key.</p>
<p>You could move between the field using the Tab key (forward) and the Shift + Tab key (backward), but you couldn&#8217;t edit the &#8220;<em>Calendar</em>&#8221; and &#8220;<em>Priority</em>&#8221; drop-down menu without using the mouse. The rodent is also needed to change the style of calendar from Textual to Graphical (and vice versa).</p>
<p>I wish the developer would add the ability to use the keyboard to its full extent so the process of adding Tasks and Events to iCal could be done without the need to lift a finger from the keyboard.</p>
<p>Other than that minor annoyance, FlexCal is something that every iCal user should have.</p>
<p>Do you use iCal calendars to manage your life? Do you know better free alternatives to add Tasks and Events to iCal quickly and easily? Share using the comments below.
<p>Did you like the post? Please do share your thoughts in the comments section!</p>
<p><em><strong>New on Twitter ?</strong> Now you can follow <a href="http://twitter.com/MakeUseOf">MakeUseOf on Twitter</a> too.</em></p>

	<em><h4>Related posts</h4></em>
	<ul class="st-related-posts">
	<li><a href="http://www.makeuseof.com/tag/three-free-calendar-applications-for-the-mac/" title="Three Free Desktop Calendar Applications For The Mac (July 30, 2009)">Three Free Desktop Calendar Applications For The Mac</a> (8)</li>
	<li><a href="http://www.makeuseof.com/tag/icalendar-lite-a-free-transparent-desktop-calendar-for-windows/" title="iCalendar Lite- A Free Transparent Desktop Calendar (Windows) (September 12, 2009)">iCalendar Lite- A Free Transparent Desktop Calendar (Windows)</a> (12)</li>
	<li><a href="http://www.makeuseof.com/tag/how-to-show-ical-tasks-events-on-the-desktop-mac-only/" title="How To Show iCal Tasks &#038; Events On The Desktop [Mac only] (November 17, 2009)">How To Show iCal Tasks &#038; Events On The Desktop [Mac only]</a> (3)</li>
	<li><a href="http://www.makeuseof.com/tag/esyplanner-%e2%80%93-manage-your-day-with-this-easy-scheduler-daily-task-manager/" title="esyPlanner – Manage Your Day With This Easy Scheduler &#038; Daily Task Manager (September 12, 2009)">esyPlanner – Manage Your Day With This Easy Scheduler &#038; Daily Task Manager</a> (7)</li>
	<li><a href="http://www.makeuseof.com/tag/when-is-good-easily-schedule-your-meetings-with-co-workers/" title="When Is Good &#8211; Easily Schedule Your Meetings With Co-Workers (October 23, 2009)">When Is Good &#8211; Easily Schedule Your Meetings With Co-Workers</a> (6)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/how-to-improve-ical-with-flexcal-mac-only/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Birthday Alarms, Automated Email Notifications and iCal [Mac Only]</title>
		<link>http://www.makeuseof.com/tag/birthday-alarms-automated-email-notifications-and-ical-mac-only/</link>
		<comments>http://www.makeuseof.com/tag/birthday-alarms-automated-email-notifications-and-ical-mac-only/#comments</comments>
		<pubDate>Sun, 31 Aug 2008 16:01:29 +0000</pubDate>
		<dc:creator>Jackson Chung</dc:creator>
				<category><![CDATA[How-To]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[address book]]></category>
		<category><![CDATA[iCal]]></category>
		<category><![CDATA[notifications]]></category>
		<category><![CDATA[reminder]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=5094</guid>
		<description><![CDATA[Most things will work well on Mac but unfortunately, every operating system has its limitations. On Macs, we have what we call &#8220;quirks&#8221;. These quirks are random issues which are pretty simple to solve but Apple just won&#8217;t. OS X users will then rally on the Apple Support forums to try and unravel the solution. [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.makeuseof.com/wp-content/uploads/2008/08/ical-icon.jpg" alt="" align="left" />Most things will work well on Mac but unfortunately, every operating system has its limitations. On Macs, we have what we call &#8220;quirks&#8221;. These quirks are random issues which are pretty simple to solve but Apple just won&#8217;t. OS X users will then rally on the <a href="http://discussions.apple.com/index.jspa">Apple Support forums</a> to try and unravel the solution. Some succeed, others aren&#8217;t so lucky. It mostly depends on the issue at hand.</p>
<p>Here&#8217;s one: iCal syncs your contacts&#8217; birthdays from Address Book and creates a calendar for it. The problem is you can&#8217;t edit it to add an alarm in order to remind yourself about your friend&#8217;s birthday. It&#8217;s a simple issue, isn&#8217;t it? There just doesn&#8217;t seem to be a &#8220;fix&#8221; for it.</p>
<p>After vehemently browsing the Web for a free and simple solution, I got nothing. All I want is :</p>
<ul>
<li>the ability to add reminders for each contact&#8217;s birthday</li>
<li>iCal to continuously sync with Address Book to update the Birthday calendar</li>
</ul>
<p>Many users argue that the simplest solution is to manually add your contacts&#8217; birthdays individually. True, it is the <strong>simplest</strong> but <strong>not the most time-efficient</strong> solution.</p>
<p>Then I stumbled onto what I&#8217;d like to think is the solution. It&#8217;s not very direct and requires the use of Automator but it does bring this whole birthday reminder conundrum to a temporary halt.</p>
<p>With the help of some existing Automator actions for iCal, I created my own workflow which in a nutshell, refreshes my contacts&#8217; birthdays in Address Book, adds an editable Birthdays calendar in iCal (with alarms) and sends me weekly email reminders about upcoming birthdays. This workflow is set to run every week by adding it as an iCal plug-in so if there are any changes in Address Book, they will be reflected in iCal automatically after the workflow runs.</p>
<p>Sounds like a handful, doesn&#8217;t it? Don&#8217;t worry, I&#8217;ve written a short tutorial on how you can set this up for yourself. I&#8217;ve even attached the workflow at the bottom of this article for you to download and start using!</p>
<h2>Step-by-step tutorial</h2>
<p>I started by adding an Automator action called <a href="http://www.apple.com/downloads/macosx/automator/icalbirthdays.html">iCalBirthdays</a>. This action searches my Address Book for the birthday of every contact and the results will automatically be added to a new calendar in iCal which you can name yourself. I aptly named mine &#8220;Birthday Reminder&#8221;. It also allows me to add an alert which can be configured to sound on a certain reminder date, the birthday itself or both. With that, technically, the issue is solved. But I went one step further.</p>
<p style="text-align: center;"><img class="size-full wp-image-5097 aligncenter" title="icalbirthdays" src="http://www.makeuseof.com/wp-content/uploads/2008/08/icalbirthdays.jpg" alt="" /></p>
<p>Next, I added the Address Book action &#8220;<strong>Find People with Birthdays</strong>&#8221; and set it to find birthdays occurring in the upcoming week.</p>
<p style="text-align: center;"><img title="find-people-with-birthdays" src="http://www.makeuseof.com/wp-content/uploads/2008/08/find-people-with-birthdays.jpg" alt="Brithday Reminder" /></p>
<p>Then, I added the action &#8220;<strong>Get Contact Information</strong>&#8221; and checked only the First and Last Names; and the birthday boxes. Make sure &#8220;Add Labels&#8221; and &#8220;Combine Names&#8221; are also enabled, this will provide a more pleasing format if you have multiple contact birthdays during that week.</p>
<p style="text-align: center;"><img title="get-contact-information" src="http://www.makeuseof.com/wp-content/uploads/2008/08/get-contact-information.jpg" alt="" /></p>
<p>After the information is fetched, it is sent to the next action: &#8220;<em>New Mail Message</em>&#8220;. Enter <em>your own email address</em> as the recipient and a suitable subject e.g. &#8220;Upcoming birthdays&#8221;. The content of that email will be the information sent by the previous action.</p>
<p style="text-align: center;"><img title="new-mail-message" src="http://www.makeuseof.com/wp-content/uploads/2008/08/new-mail-message.jpg" alt="Upcoming Birtday Reminder" /></p>
<p>Keep in mind that you have to select a different account to send this email to yourself. What I mean is, you can&#8217;t send this mail and receive it with the same email address. The Mail application will not register any emails sent by your own email address back to itself.</p>
<p style="text-align: center;"><img title="send-outgoing-messages" src="http://www.makeuseof.com/wp-content/uploads/2008/08/send-outgoing-messages.jpg" alt="" /></p>
<p>The final touch is adding the &#8220;<strong>Send Outgoing Messages</strong>&#8221; action. Lastly, choose &#8220;Save as Plug-in&#8221; in the File Menu, set a name for it and choose iCal Alarm from the drop-down menu. That will launch iCal and automatically add this workflow as an event in the Automator calendar. Here is where you&#8217;ll need to decide when this workflow should run. Set a day and time when your computer will most probably be powered on. Then set it to repeat weekly.</p>
<p style="text-align: center;"><img title="ical1" src="http://www.makeuseof.com/wp-content/uploads/2008/08/ical1.jpg" alt="" /></p>
<p>There you go! You have a workflow which is automatically set to refresh your birthday calendar weekly (with alarms) and also receive weekly updates about whose birthdays are coming up that week. The workflow will take approximately 1 minute to complete, depending on how many contacts you have and how many of them have their birthdays inserted.</p>
<p>And here it is, the completed workflow for you to download: <a href="http://www.makeuseof.com/wp-content/uploads/2008/08/birthday-reminder-and-alarm-combo.zip">Birthday Reminder and Alarm Combo</a></p>
<p>After downloading, unzip and open it with Automator to configure the &#8220;iCalBirthdays&#8221; action and don&#8217;t forget to input your email address in the recipient field in the &#8220;New Mail Message&#8221; action. Remember to choose different sending and receiving email accounts. Then continue from <em>&#8220;Lastly, choose &#8220;Save as Plug-in in the File Menu&#8221;</em> as per the instructions above.</p>
<p>I would appreciate any comments about the workflow and how to improve it. Hope this helps those in the same situation as I was in!</p>
<p><em>(By) Jackson Chung is a full-time medical student attempting to perform a juggling act with relationships, studies and his future.</em>
<p>Did you like the post? Please do share your thoughts in the comments section!</p>
<p><em><strong>New on Twitter ?</strong> Now you can follow <a href="http://twitter.com/MakeUseOf">MakeUseOf on Twitter</a> too.</em></p>

	<em><h4>Related posts</h4></em>
	<ul class="st-related-posts">
	<li><a href="http://www.makeuseof.com/tag/macnifying-os-x-back-up-your-mobile-contacts-and-more-with-address-book/" title="Macnifying OS X: Backup your Mobile Contacts &#038; More with Address Book (August 13, 2008)">Macnifying OS X: Backup your Mobile Contacts &#038; More with Address Book</a> (3)</li>
	<li><a href="http://www.makeuseof.com/tag/ultimate-gmail-collection-over-80-tools-and-tips/" title="Ultimate GMail Collection: over 80 Tools and Tips (July 27, 2007)">Ultimate GMail Collection: over 80 Tools and Tips</a> (80)</li>
	<li><a href="http://www.makeuseof.com/tag/schedule-and-manage-your-messages-with-sendible/" title="Schedule &#038; Manage Your Messages With Sendible (July 11, 2008)">Schedule &#038; Manage Your Messages With Sendible</a> (1)</li>
	<li><a href="http://www.makeuseof.com/tag/how-about-some-wine-with-your-linux/" title="Run Windows Applications on Linux (or Mac) with WINE (June 23, 2008)">Run Windows Applications on Linux (or Mac) with WINE</a> (15)</li>
	<li><a href="http://www.makeuseof.com/tag/music-sharing-with-mojo/" title="Music Sharing with Mojo (March 18, 2008)">Music Sharing with Mojo</a> (18)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/birthday-alarms-automated-email-notifications-and-ical-mac-only/feed/</wfw:commentRss>
		<slash:comments>37</slash:comments>
		</item>
		<item>
		<title>Macnifying OS X: Backup your Mobile Contacts &amp; More with Address Book</title>
		<link>http://www.makeuseof.com/tag/macnifying-os-x-back-up-your-mobile-contacts-and-more-with-address-book/</link>
		<comments>http://www.makeuseof.com/tag/macnifying-os-x-back-up-your-mobile-contacts-and-more-with-address-book/#comments</comments>
		<pubDate>Wed, 13 Aug 2008 16:01:33 +0000</pubDate>
		<dc:creator>Jackson Chung</dc:creator>
				<category><![CDATA[Mac]]></category>
		<category><![CDATA[address book]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[contacts]]></category>
		<category><![CDATA[iCal]]></category>
		<category><![CDATA[macnifying os x]]></category>
		<category><![CDATA[schedule]]></category>
		<category><![CDATA[synchronize]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=4263</guid>
		<description><![CDATA[One cool thing about Macs is that most of their applications interrelate and communicate with each other out of the box. Information bounces across multiple applications seamlessly. Data from Mail can be sent to iCal and Address Book without raising an eyebrow, as I have written in a previous article. Many Mac users embrace this [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.makeuseof.com/wp-content/uploads/2008/07/macnifying-os-x.jpg" border="0" alt="Macnifying" align="left" />One cool thing about Macs is that most of their applications interrelate and communicate with each other out of the box. Information bounces across multiple applications seamlessly. Data from <a href="http://www.apple.com/macosx/features/mail.html">Mail</a> can be sent to <a href="http://www.apple.com/macosx/features/300.html#ical">iCal</a> and<a href="http://www.apple.com/macosx/features/300.html#addressbook"> Address Book</a> without raising an eyebrow, as I have written in a <a href="http://www.makeuseof.com/tag/how-to-instantly-increase-productivity-on-your-mac-part-2/">previous article</a>. Many Mac users embrace this feature but I&#8217;m sure that as newbies to OS X, you might not be familiar with this newly-attained ability.</p>
<p><img src="http://www.makeuseof.com/wp-content/uploads/2008/08/address-book.jpg" alt="" align="right" />This week, I&#8217;ll be teaching you how to connect your phone to your Mac and sync data between them. You&#8217;ll be surprised how easy it is. The main reason most people sync devices is to prevent data loss and to easily recover data from a backup in any event that your device malfunctions.</p>
<p>The main applications that we&#8217;ll be looking at are iSync, Address Book and iCal, perhaps <a href="http://www.apple.com/ilife/iphoto/">iPhoto</a> as well.</p>
<p>But before we begin, you&#8217;ll need to check if your mobile device is <a href="http://www.apple.com/macosx/features/isync/">compatible</a> with iSync. Apple supports most mobile phones from the major manufacturers but there <em>are</em> some exclusions. Generally, most Sony Ericsson, Motorola and Nokia phones are  compatible; on the other hand, Samsung being the black sheep, is a bit of a nuisance &#8211; they&#8217;ve got only 3 compatible phones. If you&#8217;ve got a relatively new phone (around 3 years old) it shouldn&#8217;t be a problem but it&#8217;s better to check and be sure. Additionally, syncing is performed either over a bluetooth connection (which most newer phones should have as standard) or through a sync cable so have those at the ready.</p>
<p>*In case your phone isn&#8217;t supported, I recommend <a href="http://www.novamedia.de/sync/">Nova Media plugins</a> for iSync. It&#8217;s not free but so far, it&#8217;s the only solution if you want to get it to work.</p>
<p>Right, let&#8217;s get cracking. The first step to syncing your phone with your Mac is to set up a bluetooth connection (or if you have a sync cable, just plug that in and connect your phone). Enable bluetooth on both your Mac and your phone and pair them.</p>
<p style="text-align: center;"><img class="alignnone size-full wp-image-4553 aligncenter" title="bluetooth-setup-assistant" src="http://www.makeuseof.com/wp-content/uploads/2008/08/bluetooth-setup-assistant.jpg" alt="" /></p>
<p>There will be several interim steps i.e. entering a passcode on the phone and selecting services to use with the phone; have a read to understand what this whole process is about, then just click on &#8216;Continue&#8217;. Once they&#8217;re paired, launch iSync.</p>
<p style="text-align: center;"><img class="alignnone size-full wp-image-4552 aligncenter" title="bluetooth-setup-assistant-2" src="http://www.makeuseof.com/wp-content/uploads/2008/08/bluetooth-setup-assistant-2.jpg" alt="" /></p>
<p>In iSync&#8217;s menu bar, select &#8216;Edit&#8217; and &#8216;Add Devices&#8217;. It will then search for your phone so remember to keep the bluetooth running. Select your phone from the results to add it to iSync&#8217;s list of devices.</p>
<p style="text-align: center;"><img class="alignnone size-full wp-image-4551 aligncenter" title="add-device" src="http://www.makeuseof.com/wp-content/uploads/2008/08/add-device.jpg" alt="" /></p>
<p>On the first sync, you will be asked if you want to merge the data from your phone and your Mac. You <strong>must</strong> select this option since you have no contacts in your Mac&#8217;s Address Book.</p>
<p style="text-align: center;"><img class="alignnone size-full wp-image-4555 aligncenter" title="isync" src="http://www.makeuseof.com/wp-content/uploads/2008/08/isync.jpg" alt="" /></p>
<p>Once the synchronization process is over, you&#8217;ll be rewarded with your contacts in Address Book and your itinerary in iCal. Easy, isn&#8217;t it? Now, to tackle some of the random questions that most newbies may have:</p>
<p><strong>Q:</strong> What if I make a change in my Mac&#8217;s Address Book and another change in my phone&#8217;s contact list? How will this reflect after synchronization?<br />
<strong>A:</strong> iSync will always only sync the latest changes to each item. If more than a 5% change is detected, iSync will show a confirmation window where you may view the changes which will be made. This alert can be set to show at 5%, 25%, 50% or when any amount of data  is modified.</p>
<p><strong>Q</strong>: What if I accidentally delete a contact in my phone&#8217;s contact list? Will iSync re-sync them from my Mac?<br />
<strong>A</strong>: Yup. iSync will always merge data to have a copy of each contact in both your phone and your Mac.</p>
<p><strong>Q</strong>: Will iSync retrieve the photos I have in my phone?<br />
<strong>A</strong>: Short answer &#8212; no. However, you can transfer them over manually. Here&#8217;s how.</p>
<ul>
<li>Click on the bluetooth icon in your menu bar and select browse device</li>
<li>Choose your phone from the list</li>
<li>A Bluetooth File Exchange window will then pop up allowing you to view the contents of your phone</li>
<li>Select the files you want to copy over and press &#8216;Get&#8217;. (Usually, the phone&#8217;s file structure is pretty simple. From experience, I&#8217;ve only encountered folders labelled according to their content i.e. &#8216;Music&#8217;, &#8216;Pictures&#8217;, &#8216;Videos&#8217;, etc.)</li>
</ul>
<p>So now, what do you do with your newly-acquired data? Well, for starters,<em> you could edit them</em>. Most people won&#8217;t bother re-arranging or properly labeling their contacts because their phones&#8217; screens are so tiny and everyone knows how difficult it is to properly type on a numberpad. Now that your contacts are in Address Book, you can <em>clearly</em> see what&#8217;s what. Incomplete fields are more obvious. You can also add emails, addresses and birthdays to your contacts and even paste in a contact photo (if you haven&#8217;t already). Everything you do in Address Book will reflect on your phone upon synchronization (depending on the model, refer to the bottom of this page).</p>
<p>Your itinerary will also be copied to iCal. If you have always added new events on your phone, you will be relieved to see how easy it is to manage your life with iCal by comparison. Of course, when you&#8217;re on the run, you will always need your phone to add meetings/events on a day-to-day basis but once you reach home and after you&#8217;ve synced your phone with your Mac, everything will be laid in front of you on your [much] larger screen. Re-ordering and managing your schedule would then be much easier.</p>
<div align="center"><img class="alignnone size-full wp-image-4554 aligncenter" title="ical" src="http://www.makeuseof.com/wp-content/uploads/2008/08/ical.jpg" alt="" /></div>
<p>In iCal, you&#8217;ll have the option to view your events by the day, week or month. If you need to set a reminder for an event, just double-click it and press the &#8216;Edit&#8217; button. The alarms will go off both on your Mac and on your phone so you&#8217;ll never have to worry about being late for a meeting.</p>
<p>If you haven&#8217;t noticed, there is a little pin on the bottom right-hand side of iCal &#8212; that&#8217;s the <strong>to-do list</strong>. Adding items onto the list will also sync over to your phone. Although, I have no idea how this feature would work on older phones which may not have to-do lists.</p>
<p>It doesn&#8217;t just stop on your Mac. Your contacts can be synced over to your iPod via iTunes so you&#8217;ll have an extra copy in case your phone goes kaput. Also, you could export your Address Book and calendar and save them online so that you could easily retrieve them from anywhere.</p>
<p>To sum up, iSync will retrieve contacts and schedules from your phone and add them into Address Book and iCal respectively, providing you with a backup of your data on your Mac. Simultaneously, that will also allow you to easily edit that information on your Mac and see your schedule span out on your screen.</p>
<p><em>(By) Jackson Chung is a full-time medical student attempting to perform a juggling act with relationships, studies and his future.</em>
<p>Did you like the post? Please do share your thoughts in the comments section!</p>
<p><em><strong>New on Twitter ?</strong> Now you can follow <a href="http://twitter.com/MakeUseOf">MakeUseOf on Twitter</a> too.</em></p>

	<em><h4>Related posts</h4></em>
	<ul class="st-related-posts">
	<li><a href="http://www.makeuseof.com/tag/add-facebook-profile-pictures-to-your-address-book-mac-only/" title="Sync Facebook Profile Pics to Your Phone Address Book [Mac] (January 28, 2009)">Sync Facebook Profile Pics to Your Phone Address Book [Mac]</a> (10)</li>
	<li><a href="http://www.makeuseof.com/tag/birthday-alarms-automated-email-notifications-and-ical-mac-only/" title="Birthday Alarms, Automated Email Notifications and iCal [Mac Only] (August 31, 2008)">Birthday Alarms, Automated Email Notifications and iCal [Mac Only]</a> (38)</li>
	<li><a href="http://www.makeuseof.com/tag/windows-live-mesh-get-your-data-on-any-pc-from-any-device/" title="Windows Live Mesh: Get your Data on any PC from any Device (May 2, 2008)">Windows Live Mesh: Get your Data on any PC from any Device</a> (16)</li>
	<li><a href="http://www.makeuseof.com/tag/ten-tools-to-keep-your-mac-in-tip-top-shape/" title="Ten Tools To Keep Your Mac In Tip-Top Shape (July 13, 2008)">Ten Tools To Keep Your Mac In Tip-Top Shape</a> (12)</li>
	<li><a href="http://www.makeuseof.com/tag/synchronize-your-google-contacts-calendar-rss-in-thunderbird/" title="Synchronize Your Google Contacts, Calendar &#038; RSS In Thunderbird (September 4, 2009)">Synchronize Your Google Contacts, Calendar &#038; RSS In Thunderbird</a> (17)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/macnifying-os-x-back-up-your-mobile-contacts-and-more-with-address-book/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Calgoo Connect &amp; Hub &#8211; Calendar Syncing And Sharing Made Easy</title>
		<link>http://www.makeuseof.com/tag/calgoo-connect-and-hub-calendar-syncing-and-sharing-made-easy/</link>
		<comments>http://www.makeuseof.com/tag/calgoo-connect-and-hub-calendar-syncing-and-sharing-made-easy/#comments</comments>
		<pubDate>Mon, 11 Aug 2008 17:50:42 +0000</pubDate>
		<dc:creator>Abhijeet Mukherjee</dc:creator>
				<category><![CDATA[Cool Software Apps]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[calendar]]></category>
		<category><![CDATA[events]]></category>
		<category><![CDATA[google calendar]]></category>
		<category><![CDATA[iCal]]></category>
		<category><![CDATA[microsoft outlook]]></category>
		<category><![CDATA[synchronize]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=4545</guid>
		<description><![CDATA[The availability of desktop calendars like MS Outlook Calendar and iCal and free online calendars like Google Calendar have certainly made managing schedules quick and easy. However when it comes to sharing and syncing calendars, there are still not many good solutions available which are free and convenient to work with. It&#8217;s not an easy [...]]]></description>
			<content:encoded><![CDATA[<p><img align="left" src="http://www.makeuseof.com/wp-content/uploads/2008/08/calgoo.jpg" alt="calgoo" title="calgoo" class="alignnone size-full wp-image-4548" />The availability of desktop calendars like MS Outlook Calendar and iCal and free online calendars like Google Calendar have certainly made managing schedules quick and easy. However when it comes to sharing and syncing calendars, there are still not many good solutions available which are free and convenient to work with. It&#8217;s not an easy task to share your calendars with friends, especially if you have a lot of them and they use different types of calendar applications.</p>
<p>Enter <a href="http://www.calgoo.com">Calgoo</a>, a suite of calendar apps which offers an excellent free solution to syncing and sharing calendars across different platforms. Apart from offering its own calendar software, it offers Calgoo Connect and Calgoo Hub which are meant for syncing and sharing calendars respectively.<span id="more-4545"></span></p>
<h2> Calgoo Connect </h2>
<p><img align="right" src="http://www.makeuseof.com/wp-content/uploads/2008/08/calgoo-connect-1.jpg" alt="calgoo-connect-1" title="calgoo-connect-1" class="alignnone size-full wp-image-4547" />Calgoo Connect, as I mentioned, is a tool which lets you sync desktop calendars like Outlook or iCal with online calendars like 30 boxes and Google Calendar. It quietly works in the background synchronizing your online calendar with your desktop calendar and any changes you make on one of them reflect on the other.</p>
<p>It supports the following calendar programs :-</p>
<ul>
<li>MS Outlook 2003 Calendar</li>
<li>MS Outlook 2007 Calendar</li>
<li>Google Calendar</li>
<li>Apple iCal</li>
<li>30 boxes</li>
<li>And Calgoo&#8217;s own calendar program</li>
</ul>
<p>It&#8217;s important to note that although Windows user have some good calendar sync options available, Mac users still don&#8217;t have a <strong>free</strong> solution to sync iCal to Google Calendar. Hence Calgoo connect should be a useful app for them. This could also help you easily sync your iCal with Outlook calendar if you own both a PC and a Mac.</p>
<p><img src="http://www.makeuseof.com/wp-content/uploads/2008/08/calgoo-connect-2.jpg" alt="calgoo-connect-2" title="calgoo-connect-2" class="alignnone size-full wp-image-4546" /></p>
<h2> Calgoo Hub </h2>
<p>Calgoo Hub does the more difficult task of sharing your calendars with friends who may not be using the same calendar.</p>
<p><img src="http://www.makeuseof.com/wp-content/uploads/2008/08/calgoo-hub-2.jpg" alt="calgoo-hub" title="calgoo-hub" class="alignnone size-full wp-image-4549" /></p>
<p>As you can see in the screenshot above, it supports most of the popular calendar programs including Sunbird and Plaxo Calendar. Calgoo Hub is basically an online storage for your calendar from where you can share it with your friends or just publish for public view.</p>
<h2> Features </h2>
<p><strong>1. Publish Calendar Online</strong></p>
<p>Calgoo Hub, as I mentioned, lets you publish your default calendar online. It supports all the popular calendars with a few exceptions (like MS Vista Calendar ). Google Calendar, 30 boxes and Outlook 2003 require you to download and install a plugin to publish to Calgoo Hub.</p>
<p><strong>2. Support For Multiple Calendar Applications</strong></p>
<p>Support for multiple calendar programs is a big advantage and hence you don&#8217;t need to worry about the type of calendar which your friend is using while sharing it. Although Plaxo Calendar, MS Windows Vista Calendar and Calendar Hub cannot publish to Calgoo Hub but they can still easily subscribe to a Calgoo Hub calendar.</p>
<p><strong>3. Easily Share Calendars through Email</strong></p>
<p>This is what makes Calgoo Hub an awesome calendar sharing app. You can share it with anyone who has a valid email address. It sends a preview link to your calendar in the email to your friend and also gives detailed steps to add it to his deafualt calendar program.</p>
<p><strong>4. Subscribe to a Calgoo Hub Calendar</strong></p>
<p>Calgoo Hub assigns a specific address starting with webcal:// to your calendar and hence using that address, one can easily subscribe to it in his preferred calendar program</p>
<p><strong>5. Preview in Cell Phone</strong></p>
<p>And finally, apart from giving an online preview option, you can also preview your calendar on your cell phone which means that it is optimized from the mobile internet as well.</p>
<p>Calgoo is undoubtedly one of the most comprehensive calendar software suites which focuses on calendar interoperability rather than just specific tasks like two-way syncing of particular calendars. And since it&#8217;s free now, it has become more useful than ever.</p>
<p>Did you like the post? Please do share your thoughts in the comments section!</p>
<p><em><strong>New on Twitter ?</strong> Now you can follow <a href="http://twitter.com/MakeUseOf">MakeUseOf on Twitter</a> too.</em></p>

	<em><h4>Related posts</h4></em>
	<ul class="st-related-posts">
	<li><a href="http://www.makeuseof.com/tag/synchronize-your-google-contacts-calendar-rss-in-thunderbird/" title="Synchronize Your Google Contacts, Calendar &#038; RSS In Thunderbird (September 4, 2009)">Synchronize Your Google Contacts, Calendar &#038; RSS In Thunderbird</a> (17)</li>
	<li><a href="http://www.makeuseof.com/tag/rainlendar/" title="Stay Organized with Rainlendar Calendar (December 28, 2007)">Stay Organized with Rainlendar Calendar</a> (20)</li>
	<li><a href="http://www.makeuseof.com/tag/stay-in-sync-with-your-significant-other-using-free-exchange-server/" title="Stay in Sync with your Significant Other using free Exchange Server (March 29, 2008)">Stay in Sync with your Significant Other using free Exchange Server</a> (13)</li>
	<li><a href="http://www.makeuseof.com/tag/put-your-outlook-calendar-on-your-desktop-with-desktask/" title="Show Your Outlook Calendar On Desktop with Desktask (February 14, 2009)">Show Your Outlook Calendar On Desktop with Desktask</a> (8)</li>
	<li><a href="http://www.makeuseof.com/tag/how-to-integrate-google-calendar-into-thunderbird/" title="How To: Integrate Google Calendar Into Thunderbird (August 28, 2008)">How To: Integrate Google Calendar Into Thunderbird</a> (22)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/calgoo-connect-and-hub-calendar-syncing-and-sharing-made-easy/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Stay Organized with Rainlendar Calendar</title>
		<link>http://www.makeuseof.com/tag/rainlendar/</link>
		<comments>http://www.makeuseof.com/tag/rainlendar/#comments</comments>
		<pubDate>Fri, 28 Dec 2007 13:04:46 +0000</pubDate>
		<dc:creator>Tina</dc:creator>
				<category><![CDATA[Cool Software Apps]]></category>
		<category><![CDATA[calendar]]></category>
		<category><![CDATA[iCal]]></category>
		<category><![CDATA[microsoft outlook]]></category>
		<category><![CDATA[organizer]]></category>
		<category><![CDATA[productivity]]></category>
		<category><![CDATA[task manager]]></category>
		<category><![CDATA[to-do]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/tag/rainlendar/</guid>
		<description><![CDATA[Rainlendar2 is an easy to use and lightweight desktop calendar for Windows and Linux computers. Although, it&#8217;s available both as lite (free) and pro (€15) version, here I am only looking at the lite version. With the lite version you can:


Schedule events, tasks, and alarms,
Manage multiple calendars,
Import / export / backup / restore calendar data [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.rainlendar.net/cms/index.php">Rainlendar2</a> is an easy to use and lightweight desktop calendar for Windows and Linux computers. Although, it&#8217;s available both as lite (free) and pro (€15) version, here I am only looking at the lite version. With the lite version you can:</p>
<div align="center"><img src="http://www.makeuseof.com/wp-content/uploads/2007/12/rainlendar03.png" alt="rainlendar03.png" /></div>
<ul>
<li>Schedule events, tasks, and alarms,</li>
<li>Manage multiple calendars,</li>
<li>Import / export / backup / restore calendar data sets,</li>
<li>Change visual skins,</li>
<li>Print event lists or calendar sheets and</li>
<li>apply Lua scripts.</li>
</ul>
<p>The pro version supports network sharing and provides support for Outlook and <a href="http://www.makeuseof.com/tag/best-of-google-calendar-addons-tips/">Google calendars</a>. Actually, you can download and use a fully functional pro version for free with only a small limitation: network, Outlook and Google calendar events will carry the string [Unregistered].</p>
<p>Rainlendar2 runs on the standard iCalendar format also used by Apple iCal, Outlook, Google calendar, Sunbird, Facebook, Lotus notes and <a href="http://en.wikipedia.org/wiki/List_of_applications_with_iCalendar_support">many others</a>. Hence, you can easily import and add  cool data sets to your calendar, i.e. public holidays, sports events, episode release dates for your favorite TV shows, and lots more. The website <a href="http://www.icalshare.com/">iCalShare</a> is an excellent source for this purpose.</p>
<p>Following its installation a calendar symbol will appear in your taskbar and the calendar as well as an Events and To Do list will sit in the middle of your desktop. You best start by dragging the three elements to a preferred location on your desktop and then decide whether or not you want to keep them visible.</p>
<p>Right-clicking on either one of the elements on your desktop or the calendar symbol in your taskbar will open a menu with from which you can: add new events / tasks, choose which elements are visible on your desktop, activate/deactivate various calendars, jump to another month, manage events (edit / import / export / backup), refresh calendar skins, and change options (define its look and behavior, select your language, add new calendars or skins, define hotkeys, etc.)</p>
<div align="center"><img src="http://www.makeuseof.com/images/rainlendar.jpg" alt="rainlendar03.png" /></div>
<p>You will find that for most quick actions you won&#8217;t need the menu. For example you can go directly to a certain date and double-click it to add, edit or delete an event.</p>
<p>Once you&#8217;re done setting up your Rainlendar calendar(s), you might get interested in customizing Rainlendar&#8217;s look. A huge collection of skins is available from the <a href="http://www.rainlendar.net/cms/index.php?option=com_rny_skins&amp;Itemid=33">Rainlendar homepage</a>, <a href="http://customize.org/rainlendar">Customize.org</a> and <a href="http://browse.deviantart.com/customization/skins/calendars/rainlendar/?order=9&amp;alltime=yes">deviantART</a>. As of version 2 skins carry a .r2skin file extension. In Windows double-clicking this file will install the skin or you can drag and drop it over any Rainlendar window for automatic installation. In any case, refresh your calendar before you go into the options menu to activate the new skin.</p>
<p>Skins developed for versions prior to Rainlendar2 will come as .zip or .rar file. When you unpack this archive file you should have a single folder containing the skin&#8217;s ini-file(s). Copy that folder into the skins folder normally found under C:\Program Files\Rainlendar2\.<br />
Old skins should be compatible with Rainlendar2, however in some cases the skin simply won&#8217;t load or the To Do list won&#8217;t show up, even though it&#8217;s supported by the skin. So be patient and play around if you absolutely must have one of the older skins.</p>
<p>The great advantages of Rainlendar2 include its small size, ease of use and flexibility. The application is rather low on system resources (~11.000 K), it&#8217;s very stylish and decently reminds you of upcoming events, birthdays, appointments etc. You can even put it on your USB stick and make it a <a href="http://www.makeuseof.com/tag/portable-software-usb/">portable applicaiton</a>.</p>
<p>The biggest advantage of Rainlendar2 is also its biggest drawback: the tiny size of the desktop calendar. To see a list of events per day, week or month you need to go into the Manager and even here the list looks quite dull unless you print it. Another point to mention is the previously addressed limited functionality of some skins. Due to a recent upgrade in the software older skins are no longer upward compatible and may show bugs. </p>
<p>Taken together, Rainlendar2 is a great tool for keeping a small, simple and easy to update record of birthdays, holidays, events and things to do. That&#8217;s what I love it for. It&#8217;s clearly the wrong pick if you&#8217;re looking for a software to replace your File-O-Fax. For more ambitious users who need a better overview of their appointments and a few more features I recommend <a href="http://kontact.kde.org/korganizer/">KOrganizer</a> or <a href="http://www.mozilla.org/projects/calendar/sunbird/">Mozilla Sunbird</a>.</p>
<div align="right">(By) <a href="http://tinsie.net/Recommended">Tina</a></div>
<p>Did you like the post? Please do share your thoughts in the comments section!</p>
<p><em><strong>New on Twitter ?</strong> Now you can follow <a href="http://twitter.com/MakeUseOf">MakeUseOf on Twitter</a> too.</em></p>

	<em><h4>Related posts</h4></em>
	<ul class="st-related-posts">
	<li><a href="http://www.makeuseof.com/tag/put-your-outlook-calendar-on-your-desktop-with-desktask/" title="Show Your Outlook Calendar On Desktop with Desktask (February 14, 2009)">Show Your Outlook Calendar On Desktop with Desktask</a> (8)</li>
	<li><a href="http://www.makeuseof.com/tag/schedule-and-manage-your-messages-with-sendible/" title="Schedule &#038; Manage Your Messages With Sendible (July 11, 2008)">Schedule &#038; Manage Your Messages With Sendible</a> (1)</li>
	<li><a href="http://www.makeuseof.com/tag/manage-your-life-with-free-online-time-management-tools/" title="Manage Your Life with Free Online Time Management Tools (September 26, 2008)">Manage Your Life with Free Online Time Management Tools</a> (11)</li>
	<li><a href="http://www.makeuseof.com/tag/gtd-getting-things-done-roundup-time-to-organize/" title="GTD (Getting Things Done) Roundup &#8211; Time To Organize (December 12, 2007)">GTD (Getting Things Done) Roundup &#8211; Time To Organize</a> (38)</li>
	<li><a href="http://www.makeuseof.com/tag/advanced-online-note-taking-made-easy/" title="Advanced Online Note Taking Made Easy (June 28, 2008)">Advanced Online Note Taking Made Easy</a> (13)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/rainlendar/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>
