-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Open
Labels
on holdThere is a blocker, we need to wait.There is a blocker, we need to wait.scope: schedulerChanges related to the scheduler.Changes related to the scheduler.type: new featureExpand the scope of the product to solve a new problem.Expand the scope of the product to solve a new problem.
Description
- In the central event processing pipeline in x-scheduler-headless, convert each event’s start and end from its original timezone to the render timezone resolved from store state.
- Use the adapter to obtain the event’s original timezone and to perform the conversion.
- Store converted values in the processed event fields used by the UI (e.g.
processedEvent.start/end) and keep the original values inmodelInBuiltInFormat.start/end. - Convert also
untilinside therruleandexDatesif needed. - Add tests for non-recurring events with same vs different timezones compared to the render timezone.
Metadata
Metadata
Assignees
Labels
on holdThere is a blocker, we need to wait.There is a blocker, we need to wait.scope: schedulerChanges related to the scheduler.Changes related to the scheduler.type: new featureExpand the scope of the product to solve a new problem.Expand the scope of the product to solve a new problem.