Hello Vedika, Unfortunately, there is no "push" notifications available with the Calendar API though you might be able to have something similar by turning the e-mail notifications on: this way, you will receive an e-mail every time a modification is made (which includes "invitation replies"); however, you will need to write an application which would receive the e-mail and parse it in order to retrieve the data.
The second option would be to retrieve the event again and check for the attendee's gd:attendeeStatus<http://code.google.com/apis/gdata/docs/2.0/elements.html#gdAttendeeStatus> . I hope this helped! Best, Alain On Mon, May 30, 2011 at 2:21 AM, Vedika <[email protected]> wrote: > Hello, > > I could able to create Calendar Event using Google Calendar Data API > (latest 1.45). > > I want to know can I track what was the response of my participants? > > Is there any method exists or any event get triggered or any kind of > modification happen to the 'Calendar Event' so that I can understand > the response of my event participant's? > > Best regards > -Vedika > > -- > 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
