Bump - I’m running into this as well.
The discourse-calendar
plugin uses a DateTimeInputRange
element, but the UI that @tobiaseigen mentioned in the first reply uses the CalendarDateTimeInput
element.
For reference, here is the implementation for DateTimeInputRange
and here is the implementation for CalendarDateTimeInput
.