- Issue created by @nxmassa
I want to create a calendar display that starts with the date of the first event. My date field for my events is in a paragraph bundle, so my view has a relationship to that bundle. I am able to see results and if I paginate forward to the month in which my events take place, I am able to see them as expected. However, the calendar does not default to the month of the first date.
Based on my research, the getCalendarTimestamp function in CalendarViewBase has $use_cache=TRUE. With this set, `$this->view->result` returns FALSE and as a result I'm not able to set a value for $first_timestamp. If I change the value to $use_cache=FALSE, the date is set as expected.
Active
2.1
Code