Create operation to detect conflicts before updating events
Currently the only way conflicts are detected is when the API attempts to create/update a booking in Booker.
Create an operation find_conflicts
that attempts to detect bookings without needing to call update_events
(and actually cause updates).
Part of cleaning up local branches from when sync was done