== Before
Event checking for duplicates
- should not be flagged as a possible duplicate if there's an event with same date but different title
- should not be flagged as a possible duplicate if there's an event with same title but different date
- should be flagged as a possible duplicate if there is an event with same date and similar title
- should ignore case
- should be done on save
- should not use itself as a duplicate
== Now
Event checking for duplicates
- should not be flagged as a possible duplicate if there's an event with same date but different title
- should not be flagged as a possible duplicate if there's an event with same title but different date
- should not be flagged as a possible duplicate if there's an event with same title and date but different postcode
- should be flagged as a possible duplicate if there is an event with same date and similar title and same postcode
- should be flagged as a possible duplicate if there is an event with same date and similar title and similar postcode
- should be flagged as a possible duplicate if there is an event with same date and similar title and are both virtual events (FAILED - 1)
- should ignore case
- should be done on save
- should not use itself as a duplicate