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?
If the events that you're trying to delete in Google Calendar are recurring, you're in luck. There is a very easy way to bulk delete recurring events in Google Calendar: In Google Calendar, click on any of the recurring events that you want to delete. Click on the trash can symbol in the event popup box.
Try to add showdeleted=true
to your query feed and then check for EventStatus.CANCELED
on retrieved entries.
Check this thread for further information.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With