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,