Google Calendar feed api deleted events
- by hsmit
I'm syncing the Google Calendar with my application (I store events in a database). When an event is updated I can easily find the last updates by sorting the event feed on the 'updated' order. 
However, if an event is removed / deleted, how can I track this update from the feed?