9 messages in com.googlegroups.google-calendar-help-dataapiRe: I'm working on iCal autopublishin...
FromSent OnAttachments
Andy25 Jul 2006 23:08 
Rolf26 Jul 2006 02:00 
Andy26 Jul 2006 04:22 
Frank Mantek26 Jul 2006 05:26 
Rolf27 Jul 2006 04:35 
Andy07 Aug 2006 23:12 
Boyd Timothy09 Aug 2006 21:53 
Rolf10 Aug 2006 02:28 
Andy10 Aug 2006 03:05 
Subject:Re: I'm working on iCal autopublishing to GCal
From:Andy (andy@gmail.com)
Date:07/26/2006 04:22:14 AM
List:com.googlegroups.google-calendar-help-dataapi

Since Apple's iCal stores data natively in iCalendar format, I was just going to apply a folder action to whichever calendar the user wants published. The folder action would detect any iCal file updates and trigger the execution of the java program that would parse the ics file and then, using the Java Client Library, publish to Google Calendar.

I had not yet thought about a true synchronization algorithm. My plan was crude - to delete all the data in the target GCal and then copy in all the events from the local iCal file.

Your iSync approach is much more sophisticated than my approach. I'll probably wait to try yours.