You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The property timezone needs to be changed from Boolean to String to allow setting a custom value. FullCalendar supports storing events in UTC and rendering in users local timezone by setting timezone: "local".
Hi,
Thank you for rising this issue. You're right the timezone property needs to be changed.
I will make the needed changes and publish a new version as soon as possible.
The property timezone needs to be changed from Boolean to String to allow setting a custom value. FullCalendar supports storing events in UTC and rendering in users local timezone by setting timezone: "local".
File: scheduler-component.html
151:
timezone: String,
Currently only the default setting of "false" is supported and setting the Boolean to "true" has no impact.
See: https://fullcalendar.io/docs/timezone/timezone/
The text was updated successfully, but these errors were encountered: