Posted on : 01-08-2008 | By : Andy | In : tech
1
Last step: synchronize Outlook 2007 and Google Calendar. This is the easy part:
- Download Calgoo Connect.
- Install it.
- Follow these directions.
You’re done! How easy was that?!
This post is the last in a series on How to sync iCal, Google Calendar, and Outlook 2007.
Posted on : 01-08-2008 | By : Andy | In : tech
12
Update:After much time and effort with this writeup, it appears that Calgoo can do all this much more simply. If you like easy, follow these steps:
Further Update: Calgoo Connect is no longer free and easy.
- Download Calgoo Connect.
- Install it.
- Follow these directions.
If you’d rather do it the fun or less intrusive way, follow these directions:
- Download GCALDaemon and save it where you normally save downloads. Just visit This page and click the link that say “UNIX/Linux/AIX/Mac OS X compatible ZIP archive”. It’s under the “Linux compatible” section, but you don’t need Linux, because the OS X Terminal is compatible. Don’t open it or unzip it, just save the file.
- Hit Apple-Space Bar to open Spotlight (Or just click the Magnifying glass on your menu bar), and type in “Terminal.” Click the result that looks like a black screen and says “Terminal”. Don’t freak out when it opens up with a boring little cursor.
- Make sure you have Java 1.5 or higher installed. Just type in:
java -version
and hit enter, and it will tell you what version you have. If it’s lower than 1.5, go to java.sun.com and install the latest version.
- Type in the following command, and hit enter:
cd /usr/local/sbin
- Type in:
sudo unzip
(add a space at the end, do NOT hit enter)
- Drag and drop your newly-downloaded file onto Terminal. This pastes in the correct pathname. Hit enter.
- Now type in each of these commands, and hit enter after each one:
sudo chgrp -R admin /usr/local/sbin/GCALDaemon
sudo chmod -R g+w /usr/local/sbin/GCALDaemon
sudo chmod 755 /usr/local/sbin/GCALDaemon/bin/*.sh
- Leave Terminal open
Sweet! Now that GCALDaemon is installed, we can set it up to do a two-way synchronize between iCal and Google Calendar.
- In Terminal, type this in and hit enter to run the setup program:
/usr/local/sbin/GCALDaemon/bin/config-editor.sh
- Select the “File synchronizer” on the left, and click the “Google Accounts” buttom (screenshot)
- Click the “New Account” button, enter your Gmail address and your password (twice), click “Verify”, and hit “OK”
- Click the “New” button (Left of the “Google Accounts” button you just pushed)
-
- Select your Google account, your Google Calendar (You may have to hit “refresh” to see them all), and your iCal file. Hit OK, and repeat for as many calendars as you have.
Almost done! All we have to do is make this program run whenever you’re on your computer.
- Download Lingon here and unzip it into your “Applications” or “Applications/Utilities” folder.
- Double-click on it to run it
- Follow the five easy steps here. IMPORTANT: when it asks for the path in step 4, enter this:
/usr/local/sbin/GCALDaemon/bin/standalone-start.sh
That’s it, you’re done! Now your Google Calendar will always be synced with your iCal! If you change one, the other will change automagically! Now, go ahead and set up Outlook 2007 to sync with Google Calendar as well–it’s much easier.
Posted on : 01-08-2008 | By : Andy | In : tech
0
Imagine that you use Outlook at work to maintain your work schedule, and iCal at home to keep track of your personal life, and you want to keep the two schedules together, but separate. You want to be able to share your Work schedule with work people, your home schedule with your wife, and nary the two shall meet.
The solution? Multiple calendars.
In your iCal, you’ll be able to see these events side-by-side, but if you want to share just one of those calendars over the internet, it will show only the events in that calendar to those who view it. (This also has the added benefit of showing you at a glance that you work too much!)
I personally maintain 5 calendars: Personal, Work, Class (I’m a full-time student), Church, and Birthday/Anniversaries. Makes it easy to keep my life nice and organized.
Here’s how you do it with iCal:
- Open iCal. (duh!)
- On the left-hand side, you’ll see a spot for calendars. Right-click in the blank space (Hold the Ctrl key and click, or click and hold) and select “New Calendar” (screenshot)
- Give it a name.
- Repeat as many times as you like
Now that you’ve done this, you can go read how to do the same thing with Google Calendar and Outlook 2007, and then you can read sync multiple iCal, Google, and Outlook Calendars to keep them all automagically synced together!