I am creating an Application for Google calendar integration. I am trying to get the notification from Google when any one manually change the Google calendar event. So have created a channel between Google and with my application. Now the problem is that when google is sending the response header to my Redirect URI then we don't have any description that where their is a change to calendar. Please check the reply that we will get
POST https://mydomain.com/notifications // Your receiving URL.
Content-Type: application/json; utf-8
Content-Length: 0
X-Goog-Channel-ID: 4ba78bf0-6a47-11e2-bcfd-0800200c9a66
X-Goog-Channel-Token: 398348u3tu83ut8uu38
X-Goog-Channel-Expiration: 1367869013915
X-Goog-Resource-ID: ret08u3rv24htgh289g
X-Goog-Resource-URI: https://www.googleapis.com/calendar/v3/calendars/my_calendar@gmail.com/events
X-Goog-Resource-State: exists
X-Goog-Message-Number: 10
So can any some guide me how can i get the description that where there is a change to event.