b/3374582 Deletes canceled events from the instances table
This ensures that events that are changed to canceled (occurs with
exceptions that are then deleted) will be removed from the instances
table. After testing:
-creating a new deletion exception uses the new event code path and
doesn't hit this change, only existing events
that get deleted trigger it
-deleting a non-existing event is a noop that does not throw any errors
-the google sync adapter does hit this code again later, but has no
apparent side-effects from doing so
Change-Id: I9f9eb76988bed6edc108009bb7d982f551a6e72c
1 file changed