2 messages in com.googlegroups.google-calendar-help-dataapiRe: Getting changed items via API?
FromSent OnAttachments
bryanfe25 May 2006 07:35 
Frank Mantek26 May 2006 01:35 
Subject:Re: Getting changed items via API?
From:Frank Mantek (fman@gmail.com)
Date:05/26/2006 01:35:51 AM
List:com.googlegroups.google-calendar-help-dataapi

Did you play with using a query that takes updated-min ? So that you only get items that are modified since that timestamp?

On 5/25/06, bryanfe <brya@gmail.com> wrote:

I need to put items on the calendar using the API (done), then let the user manipulate them (rearrange their schedule), and then when they are done, determine which items they changed and suck them back into my application. Can someone point me to the most elegant approach to achieving the last point? (finding the changes)? I don't want to get a copy of the whole calendar each time just to see which items changed.

Thanks for any tips,