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
… scheduling (#51)
### Summary & Motivation
Introduce a user-configurable windows timezone field within the user
profile to ensure that meetings are scheduled accurately in the
organizer's local time zone. This enhancement allows the system to
capture and utilize both the user's timezone and timestamp when creating
meetings, helping avoid potential time discrepancies due to timezone
offsets. Internally, this approach standardizes the management of
timezone information, enabling seamless conversion to UTC offsets when
needed.
Additionally, this PR consolidates all `AccountManagement` system
internal calls under `AccountManagementClient`, centralizing the API
interactions and reducing coupling within the system.
### Atomic Changes
- Move all `AccountManagement` system internal calls to the
`AccountManagementClient`
- Store local IANA time zone in user domain and use it for meeting
creation
- Add timezone as field to edit in `UserProfile`
### Checklist
- [x] I have added a Label to the pull-request
- [x] I have added tests, and done manual regression tests
- [x] I have updated the documentation, if necessary
Tasks
The text was updated successfully, but these errors were encountered: