Problem/Motivation
When using Fullcalendar View with Smart Date calendar events did not correspond with the event node's data. For example, an event showing up on the calendar for July 31st would actually be an event for the 13th.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | smart_date-calendar_off_if_not_multiple-3378355-2.patch | 858 bytes | elkaro |
Comments
Comment #2
elkaro commentedThis patch seems to do the trick. It seems that when an calendar event's start date is not 'multiple' the lookup key for a calendar event was getting the wrong event and then assigning the entry's event dates based on the wrong event.
Comment #3
wolcen commentedComment #4
mandclu commentedCould someone add steps to reproduce?