Archive

Archive for the ‘Software Development’ Category

Google Calendar Sync

June 11th, 2007

I’ve been wanting an application for my cell phone with Windows Mobile 5 on it to sync my Pocket Outlook calendar with my Google calendars. There’s a few applications out there already that do this, but they all seem like they’re lacking functionality in one way or another. So I decided to write my own.

I downloaded the latest version of Google’s GData API which includes a library to interact with Google calendars. I am now in the middle of writing the software in C# using the .NET Compact 2.0 framework.

I plan to release it from my company’s website under the name ‘Google Calendar Sync’. I should have a version 1 release within the next few days. I plan to continue blogging about this as a product from now on at blog.demonomy.com and from a coding stand point at coding.jasonruesch.com.

Software Development