Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[syncfusion_flutter_calendar] currentTimeIndicator is not show if startHour < endHour condition #1553

Closed
manabu0926 opened this issue Nov 30, 2023 · 1 comment
Labels
calendar Calendar component waiting for customer response Cannot make further progress until the customer responds.

Comments

@manabu0926
Copy link

manabu0926 commented Nov 30, 2023

The currentTimeIndicator is not displayed when setting startHour and endHour as follows in timeSlotViewSettings:

timeSlotViewSettings: const TimeSlotViewSettings(
  numberOfDaysInView: 1,
  timeIntervalWidth: 50,
  timeFormat: 'HH:mm',
  startHour: 6,
  endHour: 5,
),

*Note: The currentTimeIndicator is displayed correctly when startHour and endHour are not set.

In the current project, I am creating a timeline screen with a timeframe from 6:00 AM to 5:00 AM the next morning. I would appreciate it if you could confirm whether this configuration is suitable for creating the timeline screen.

2023-11-30.18.04.51.mov
@VijayakumarMariappan VijayakumarMariappan added the calendar Calendar component label Feb 7, 2024
@Yuvaraj-Gajaraj
Copy link
Contributor

Hi @manabu0926,

We have checked your query and found that you have given a start time as today at 6:00 AM and an end time as tomorrow at 5:00 AM, but the currentTimeIndicator only supports the time slot region of 24 hours today. So, we kindly request you to set the start and end time slot region between 24 hours of today, which means DateTime(2024, 02, 16, 00, 00) to DateTime(2024, 02, 16, 23, 59) to have a time slot region in view.

We hope it will help you to achieve your requirements. If you have any further queries please get back to us, and we are always happy to assist you.

Regards,
Yuvaraj.

@LavanyaGowtham2021 LavanyaGowtham2021 added waiting for customer response Cannot make further progress until the customer responds. and removed open Open labels Feb 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
calendar Calendar component waiting for customer response Cannot make further progress until the customer responds.
Projects
None yet
Development

No branches or pull requests

4 participants