- Issue created by @petednz
- 🇳🇿New Zealand petednz
Goal 1 seems to have worked, much to my surprise, with a mix of both Drupal and Civi events seeming to display in a combined chronological order.
"Sort currently only supports the entity created or changed timestamps"
Not sure I follow how it has succeeded - or perhaps it just inherits the 'sort' info from the incoming views and therefore sorts them based on the combination of those - or maybe i just got lucky with my random examples.Goal 2
Based on "Supported display handlers. Only view displays of the field handler type are compatible. Future versions could support additional display handlers."
I am guessing the calendar or even table option is a 'not without considerable effort' - 🇨🇦Canada b_sharpe
I see no reason why #2 can't work.
The restriction is definitely around field output + rendered entity; however, using either the style plugin (i.e. unformatted/grid/table) and/or twig + js could likely get you to a Calendar display. Things like tables obviously aren't great since field output is always one column, but for a calendar you likely could extract from each entity what you need (i.e. date/time) in template/preprocess.