With some help from #641850-24: repeat dates are not checked for conflicts I've created a patch for the D7 version which checks repeat dates.

CommentFileSizeAuthor
#1 resource_conflict_date_repeat_support-1871378-2.patch6 KBAnonymous (not verified)
resource_conflict_date_repeat_support.patch5.92 KBAnonymous (not verified)

Comments

Anonymous’s picture

Module doesn't currently make full use of Drupal's DB abstraction layer so added "BINARY" before each field on the SQL conflict checking query to quickly resolve an "Illegal mix of collations" error.

Anonymous’s picture

Status: Needs review » Reviewed & tested by the community

Nice, patch works for me!

ohthehugemanatee’s picture

Status: Reviewed & tested by the community » Closed (fixed)

Works for me too, code looks great. Committed to 7.x-dev. Thanks @stevepurkiss!

joelpittet’s picture

Issue summary: View changes

Is this for multiple dates and not repeat dates? Shouldn't it be using date_repeat_calc() when date_repeat module is enabled or something like that?