Have been doing heaps of work with the schedule component and really happy with it. One issue. I have been able to define a template for the events like this:
<e-view option='Week' :event-template="weekTemplate"></e-view>
So am happy with the layout I now have in "weekTemplate" view for an event that is on one day. When the event spans multiple days, the event is drawn in the header area of the view but still uses the event template. The problem I have with this is that its using the exact layout I specified but it cuts stuff off because it has has a fixed height. Is it possible to set a separate template for an event that spans multiple days?
Thanks
Jeff