Active
Project:
Date Repeat Entity (D7)
Version:
7.x-2.0
Component:
Documentation
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
14 Jan 2015 at 21:21 UTC
Updated:
1 Feb 2015 at 11:44 UTC
Jump to comment: Most recent
Comments
Comment #1
cmonnow commentedThis module doesn't actually change the type of date field from repeating to non-repeating (which is the opposite of what you want anyway) to do its job. An array of dates from repeating date fields are simply separated out into different entities (and this module even keeps the saved RRULE which will still show up in cloned entity views- something that's useful for updating the following dates but perhaps confusing for the end-user at the same time).
For your issue a lot of people might just create a new repeating date field and transfer data from the old field to the new field. You can check out http://drupal.stackexchange.com/questions/80005/drupal-7-date-is-there-a... for an idea (someone suggested EntityFieldQueries and another used features while the OP resorted to database manipulation originally).