Sfcalendar - problem on calendarview.day and calendarview.week #2139
Labels
calendar
Calendar component
waiting for customer response
Cannot make further progress until the customer responds.
Bug description
When i create an event on 2 days startTime is for example new DateTime(2024,11,1,10,0) endTime is new DateTime(2024,11,4,17,0). It's displayed as it's an all day event. I want to split this in order to see this event on the day column with the exact hour.
Steps to reproduce
Add apointments on 3 days
All appointments will be displayed as an allday event
Code sample
Code sample
appointment.add(_Meeting( _subjectCollection[random.nextInt(7)], startDate, startDate.add(Duration(days: random.nextInt(3))), _colorCollection[random.nextInt(9)], false, ) ```dart [Add your code here] ```Screenshots or Video
Screenshots / Video demonstration
[Upload media here]
Stack Traces
Stack Traces
none ```dart [Add the Stack Traces here] ```On which target platforms have you observed this bug?
Android, iOS, Web, Web (Android browser), Web (iOS browser), Windows
Flutter Doctor output
Doctor output
[√] Flutter (Channel stable, 3.24.3, on Microsoft Windows [version 10.0.22631.4317], locale fr-FR) • Flutter version 3.24.3 on channel stable at C:\Cirrus\app\flutter • Upstream repository https://github.com/flutter/flutter.git • Framework revision 2663184aa7 (5 weeks ago), 2024-09-11 16:27:48 -0500 • Engine revision 36335019a8 • Dart version 3.5.3 • DevTools version 2.37.3[√] Windows Version (Installed version of Windows is version 10 or higher)
[√] Android toolchain - develop for Android devices (Android SDK version 35.0.0)
• Android SDK at C:\Users\mcallieres\AppData\Local\Android\sdk
• Platform android-35, build-tools 35.0.0
• Java binary at: C:\Program Files\Android\Android Studio\jbr\bin\java
• Java version OpenJDK Runtime Environment (build 21.0.3+-12282718-b509.11)
• All Android licenses accepted.
[√] Chrome - develop for the web
• Chrome at C:\Program Files\Google\Chrome\Application\chrome.exe
[X] Visual Studio - develop Windows apps
X Visual Studio not installed; this is necessary to develop Windows apps.
Download at https://visualstudio.microsoft.com/downloads/.
Please install the "Desktop development with C++" workload, including all of its default components
[√] Android Studio (version 2024.2)
• Android Studio at C:\Program Files\Android\Android Studio
• Flutter plugin can be installed from:
https://plugins.jetbrains.com/plugin/9212-flutter
• Dart plugin can be installed from:
https://plugins.jetbrains.com/plugin/6351-dart
• Java version OpenJDK Runtime Environment (build 21.0.3+-12282718-b509.11)
[√] IntelliJ IDEA Ultimate Edition (version 2024.2)
• IntelliJ at C:\Users\mcallieres\AppData\Local\Programs\IntelliJ IDEA Ultimate 2024.2.3
• Flutter plugin version 82.0.3
• Dart plugin version 242.22855.32
[√] VS Code, 64-bit edition (version 1.93.1)
• VS Code at C:\Program Files\Microsoft VS Code
• Flutter extension can be installed from:
https://marketplace.visualstudio.com/items?itemName=Dart-Code.flutter
[√] Connected device (3 available)
• Windows (desktop) • windows • windows-x64 • Microsoft Windows [version 10.0.22631.4317]
• Chrome (web) • chrome • web-javascript • Google Chrome 129.0.6668.103
• Edge (web) • edge • web-javascript • Microsoft Edge 130.0.2849.46
[√] Network resources
• All expected network resources are available.
! Doctor found issues in 1 category.
[Add your output here]
The text was updated successfully, but these errors were encountered: