Closed ParitoshVaidya closed 3 years ago
What do you mean by I wanted to show it vertically (all hours)
? Do you want it to cover the entire day?
Yes. I wanted to cover entire day.
If you don't want the event to appear at the top, set isAllDay = false
. Then, set the startTime
and the endTime
to 0:00 and 23:59, respectively.
I did the same for time being. Thanks!
For all day event, the library is adding event at the top. I wanted to show it vertically (all hours).
I set
isAllDay = true
and triedarrangeAllDayEventsVertically
with no success.Am I missing something?