Hi,
I have two events of two days each one but i want to display them as a full event in my calendar and not in the all day row at the top
Im trying to implement the spannedEventPlacement = TimeSlot but is not working
This is my Code and one of my two events of two days
- EndTime: Thu Jan 06 2022 13:00:00 GMT-0600 (hora estándar central) {}
- Id: 2
- IsAllDay: false
- StartTime: Tue Jan 04 2022 12:00:00 GMT-0600 (hora estándar central) {}
- Subject: "London"
<ScheduleComponent
height="550px"
ref={(schedule) => setScheduleObj(schedule)}
eventSettings={{
dataSource: eventsState,
spannedEventPlacement: 'TimeSlot',
}}
>
<Inject services={[Day]} />
</ScheduleComponent>