flutter_calendar_view icon indicating copy to clipboard operation
flutter_calendar_view copied to clipboard

Failed to add event in DayView

Open ingmferrer opened this issue 3 years ago • 3 comments

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.

ingmferrer avatar Jan 14 '23 23:01 ingmferrer

No, @ingmferrer calendar_view does not support it currently. But we are planning to add it ASAP.

PRBaraiya avatar Mar 13 '23 04:03 PRBaraiya

I can help, let me know.

ingmferrer avatar Mar 13 '23 12:03 ingmferrer

Sure @ingmferrer, Feel free to raise the PR if you want.

PRBaraiya avatar Mar 15 '23 12:03 PRBaraiya