On Fri, Dec 5, 2008 at 3:35 PM, Beau D. Simensen <[email protected]> wrote: > > Perhaps I have missed an important section in the CalDAV developer > documents, but where in the API does it discuss syncing? Is it it > something that would require polling or is it something that can be > setup by a callback of somesort?
The Calendar APIs don't support callbacks. You'll have to poll. > I'd expect to find something about it here: > > http://code.google.com/apis/calendar/docs/2.0/developers_guide_protocol.html > > I only see active outbound functions discussed ( creating, updating, > deleting, querying ). Nothing really jumps out at me that looks like > some sort of event notification that something has changed with the > calendar on Google's end ( i.e., someone updates or creates an event > using the standard Google Calendar web UI ). > > Any pointers or help would be greatly appreciated! Use CTags, like Ray said. :) Events also have a UID associated with then, which you can use to associate local events with their counterpart on the server. -- Trevor Johns --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Calendar Data API" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/google-calendar-help-dataapi?hl=en -~----------~----~----~----~------~----~------~--~---
