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.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | resource_conflict_date_repeat_support-1871378-2.patch | 6 KB | Anonymous (not verified) |
| resource_conflict_date_repeat_support.patch | 5.92 KB | Anonymous (not verified) |
Comments
Comment #1
Anonymous (not verified) commentedModule 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.
Comment #2
Anonymous (not verified) commentedNice, patch works for me!
Comment #3
ohthehugemanatee commentedWorks for me too, code looks great. Committed to 7.x-dev. Thanks @stevepurkiss!
Comment #4
joelpittetIs this for multiple dates and not repeat dates? Shouldn't it be using
date_repeat_calc()whendate_repeatmodule is enabled or something like that?