Hi all,

As many other apps out there we do the sync between our app and the Google 
calendar using the Google Calendar API (while the other option is CalDav)

We now have one-way synchronization for the calendar working. It's 
'real-time', i.e when one updates an event in our app we add a message to 
the sync queue and it's processed ASAP by a stand-alone daemon.

We wonder if there are any ways to do something like that for the Google 
Calendar => App sync direction. Is there any way to be notified of the 
changes of an event on Google side? Something like Webhooks or anything..?

We have two-ways contacts sync working as well and it's not real-time, we 
just run some job like a few times a day which takes all updated contacts in 
our app, takes all updated contacts in google side by an API call with a 
special query param, it merges the contacts then, finds the new ones, the 
updated ones and then creates/updates them using batches.
While it's quite a straightforward process it's not near as flexible as our 
current solution for the calendar. So we'd like to avoid pulling all the 
updated events from Google.

Any advice, comment or links related to implementation of a synchronization 
process would be helpful.

Thanks much,
Alex.

-- 
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://code.google.com/apis/calendar/community/forum.html

Reply via email to