61

How can I synchronise my desktop Outlook calendar with my Google Calendar (Outlook -> Google)?

I saw the question Free tool for Synchronizing Google Contacts and Calendar with Outlook, but the solution that was suggested there is no longer available - Google Sync End of Life.

There are tools that required a payment, like SyncMyCal, gSyncit and OggSync, but I am looking for a free / open source solution.

One can download Google sync, but when trying to use it there's an error:

Enter image description here

For now, I use OggSync to synchronise, but as a freeware it allows to synchronise manually only, not automatically, so I have to remember to synchronise after every change.

I checked Mozilla Sunbird, but I couldn't find any relative posts on how to synchronise Outlook -> Google using it.

Just to be clear: I'm not looking for software; I am looking for a solution. What can I do if sometimes software is a solution?

Kuf
  • 815

9 Answers9

16

If you're still looking, I recently found an open source project to do this on CodePlex, OutlookGoogleSync. I haven't tried it yet though.

A small tool to keep the Google calendar in sync with the Outlook calendar (one way: Outlook -> Google). Doesn't need admin rights and works behind a proxy. Works with Outlook 2003 and newer.

For future reference, this seems to a a fork with a lot of recent activity, however it is still Alpha at this time: outlookgooglesyncbidirectional

An even more active project (at this time): Outlook Google Calendar Sync which moved, after the closing of codeplex, to here (github).

Legolas
  • 489
13

The synchronisation is sort of no longer needed. You can simply open your Google calendar in Outlook and overlay it. To do this, go to the calendar settings in Google and click on the ICAL button. Copy the URL.

Then go to Outlook and select the "Open Calendar" button from the Ribbon, then "From Internet". Enter the URL you copied above. It now displays your Google calendar next to your Outlook calendar. Click the little arrow next to the Google Calendar name to overlay it.

Google seems to be deliberately not providing these instructions next to the instructions for other OSes and applications. They must have fallen out with Microsoft, very childish!

I am not sure how to make it work in reverse though (add the Outlet calendar to Google) - I expect this is possible if you know the URL of your calendar on the Exchange server.

Mark T
  • 162
12

I downloaded the free version of gsyncit at: http://www.fieldstonsoftware.com/software/gsyncit3/ If you just need to sync your Outlook calendar to your Google calendar it is FREE*. It took a couple of syncs to get everything up to date.

*Update:

As of November 2014 the unregistered version of GSyncIt has some limitations:

The unregistered version is limited to synchronizing one Google and Outlook calendar, synchronizing 50 contacts/note/tasks entries and does not sync deletes for contacts/notes/tasks entries. Registration will remove these limitations and remove any registration/nag dialogs from the application.

7

See this Microsoft KB article: Transfer calendars between Outlook and Google Calendar:

By using Microsoft Office Outlook 2007, you can import and export calendars from Google Calendar as Calendar Snapshots in the iCalendar format. This functionality enables you to transfer calendars between Outlook and Google Calendar.

So long as you have Outlook installed and a Google account, this requires no additional software tools. This is probably a better method, as it doesn't use the Exchange ActiveSync protocol, which has been depreciated by Google in favour of CalDAV.


Now, back to Google. From that article you posted regarding Sync's end-of-life:

Google Calendar Sync: The Google Calendar Sync download link will be removed on December 14, 2012. Existing users can continue to use it to sync with Microsoft Outlook Calendar, but it will no longer be supported by Google as of December 14, 2012. Google Apps for Business, Education, and Government customers can still use Google Apps Sync for Microsoft Outlook®.

I know they said the download link would be removed, but as of writing this, you can still download it here.

Unfortunately, Google and Microsoft aren't exactly "friends" with this respect (fair enough, they're competing companies after all). From this article regarding Google Calendar synchronization with desktop applications, they've removed any mention to Microsoft software - the closest being to use Mozilla Sunbird as an alternative!

Again, unofficially, you can continue to synchronize as you used to in the past - Google's articles above state you can do so. However, I would try to transition to the process outlined by Microsoft's KB article at the top of this answer, or wait until Microsoft releases support for the CalDAV format.

Breakthrough
  • 34,847
4

The way I understand it, is that Google is now deprecating their odd little client/server in favour of established Open Protocols: CalDAV and CardDAV. So, in theory, I should be able to use my $WHATEVER client, connect and synchronise to the protocol and not care what's at the other end, as long as both client and server are standards-compliant (RFC 4791 and RFC 6352).

Unfortunately, we have an unholy trinity here: Google & Microsoft talking over protocols developed by Apple (and Oracle) - so things are bound to break!

Anyway, what I'm guessing I should be able to do is connect with Outlook using the configurations used by other clients: (a standard is a standard, right?)

I'd be curious to see where this goes...

jakes
  • 41
3

You can find a number of ways to sync Outlook and Google Calendar in the following article, including:

  • A solution that lets you use the old Google Sync tool with Outlook 2013, 2010 and 2007 (on 1 Aug 2014 the article was updated to say that this old version too has stopped working).
  • Setting up one-way syncing from Google Calendar to Outlook
  • Using free sync tools and services such as gSyncit and SynqYa
  • Importing / exporting calendars between Outlook and Google manually

From How to synch Google Calendar with Outlook 2010 and 2013.

2

For a open source solution, look at Funambol.

It may not be exactly what you are looking for, but you could certainly leverage the Windows sync client code.

1

Look at Android sync software and Pricing of Sync2 . They cost money, but you get what you pay for!

jack
  • 11
1

[Edit Oct 24, 2014] Now using OutlookGoogleSync tool suggested by @Legolas above. It generates calendar event diff file for both Outlook and Google calendars. So, you can use this tool to harvest calendar data from either and then roll your own implementation, if need be. Nice tool!

Use Mark's suggestion to view Google calendar in Outlook. For Outlook calendar in Google, I suggest the following approaches:

Synqya

No software install required on either the PC or the phone. Outlook itself is used to push changes to their server using the in-built WebDav push feature. They deliver changes to Google Calendar you choose during setup. Drawback being providing Google account credentials, so I suggest creating a separate Google account for this and then share the calendar with your main Google calendar account.

Onemediahub

  1. Sync outlook calendar to [onemediahub.com][1] (500 mb free)
  2. SyncML client on Android to sync from onemediahub.com to Google

Sync software needs to be running on windows machine all the time. Plus events not added to your Google calendar but imported from their calendar.

PS: Onemediahub is provided by the Funambol team. Sync happens by utilizing the SyncML protocol.

Disclaimer: Not affiliated to any of these companies. Just a happy user :)

Mohnish
  • 150