I am creating events on a Google calendar using the Google Calendar API, which works fine. When I change one of these events in Google Calendar, Google can even email me an update with a .ics file.
Is there a way to define eventid via an email or ics file and bind it to eventid when I created the event using the API?
For example, I want to automatically receive event change messages sent from Google Calendar and update the event in my database (where I store the event returned from adding the event using the API)
source
share