On the week view of our events calendar, only the first event per day shows the date. Like this:
- Monday, March 23
- event
- event
- event
- Tuesday, March 24
- event
- event
This seems to be driven by the template for that page. However, we primarily use the widget embed feature to display events on pages we host through Drupal. I know I can pass the date with each event through the widget, but is there a way I can set it to only display the date for the first event of that day, like the events calendar?
I tried looking into using custom variables, so I could store a previous event’s date and compare it to the next one to get rendered, but it doesn’t seem LiveWhale supports that sort of thing. I’d like to avoid going for a JavaScript or CSS based solution if possible.
Is there anything else I can try? Thanks!
