Welcome to the React feedback portal. We’re happy you’re here! If you have feedback on how to improve the React, we’d love to hear it!

  • Check out the features or bugs others have reported and vote on your favorites. Feedback will be prioritized based on popularity.
  • If you have feedback that’s not listed yet, submit your own.

Thanks for joining our community and helping improve Syncfusion products!

1
Vote

Currently, the Schedule appointments will automatically adjust the start time if the appointment falls on the DST date based on the time zone. We need to provide support to Enable/Disable this functionality through an API.

The appointment falling on the DST time will not automatically be adjusted if the DST is disabled in the Schedule and the appointment automatically needs to change its time if the DST is enabled.


Ex: In the below sample there is an appointment on Mar 13, 2022, from 2 AM to 2:30 AM. If you set your system timezone to (UTC-07:00) Mountain time (US & Canada). The appointment is automatically rendered from 3 AM to 3:30 AM. This need to happen if the DST is enabled in the Schedule and it needs to be disabled if DST is disabled in the Schedule.


Sample: https://stackblitz.com/edit/ej2-schedule-with-dst-appointment?file=index.ts


Note: This applies to both Normal and Recurrence appointments.