Hello Ciprian, Unfortunately, there is no push notification available on the Google Calendar API. The only way to have this information would be either to: 1. Poll the entry periodically to check the attendee's attendeeStatus<http://code.google.com/apis/gdata/docs/2.0/elements.html#gdAttendeeStatus>element. 2. Have the calendar send e-mail when events are modified and parse the e-mail.
Best, Alain On Tue, Aug 16, 2011 at 7:59 AM, Ciprian Tudoran <[email protected]>wrote: > Is it possible to retrieve the answer of the user, when he is invited to an > event? > > Through the API, I invite someone to an event (already have this working). > But how can I query for the user's answer, or how can I tell google to call > a callback url? > > Thanks a lot! > > -- > 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 > -- Alain Vongsouvanh -- 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
