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.

Comments

lelkneralfaro created an issue. See original summary.

elkaro’s picture

This 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.

wolcen’s picture

Status: Needs work » Reviewed & tested by the community
mandclu’s picture

Could someone add steps to reproduce?