flutter_calendar_view
flutter_calendar_view copied to clipboard
Failed to add event in DayView
flutter: 1. Start time or end time might be null flutter: 2. endTime occurs before or at the same time as startTime.
{date: 2023-01-14 09:00:00.000, startTime: 2023-01-14 09:00:00.000, endTime: 2023-01-15 02:00:00.000, event: DealModel{), endDate: 2023-01-15 02:00:00.000}
This happens when an event spans two day. Does the calendar support two-day events?
Thanks.
No, @ingmferrer calendar_view does not support it currently. But we are planning to add it ASAP.
I can help, let me know.
Sure @ingmferrer, Feel free to raise the PR if you want.