I'm having a problem that I *think* has to do with the eventrepeat module.

I've got a site under development (if you ask for the URL via my contact form I'll send it to you, and set you up to contribute test data) that is based on Drupal 4.7. I have a few modules installed, including: event, eventrepeat, location, flexinode. I have a custom data type defined via flexinode that is both location and event enabled. When I update the address of a recurring event and ask that all instances of the event be modified I've found that only the specific instance I edited is changed. I've seen this for both weekly and monthly recurrance periods.

I've not used eventrepeat before and have some concern that perhaps I've misunderstood or misconfigured it. I don't believe this is the case, but it is possible.

All of the modules on my site contain the latest from CVS.

Comments

hunmonk’s picture

Status: Active » Closed (works as designed)

the mass editing features of event repeat are fairly limited, because the module was designed to create nodes out of a repeat sequence as opposed to just dynamically rendering them on a calendar. there were good reasons for doing this, but there are also downsides--like the fact that it makes mass editing of repeat sequences a mess. it's not something that i have any interest in fine tuning--event repeat functions well as an automated mass creation tool, and that's all the further i'm willing to take it. you're welcome to submit a patch that addresses this feature, and i'll happily look at it and consider it for inclusion in the module