Open PSchmiedmayer opened 1 year ago
This should be tackled after we merge #44. We could explore if it is enough to just use the autoupdatingCurrent
calendar. If the autoupdating calendar can be encoded and decoded from the SwiftData store, we might be able to support this without needing additional support.
Problem
Some tasks are time-zone independent, while others should adjust to the time zone based on calendar components (e.g., every day at 7 PM).
Solution
Add a configuration to make the time zone changes configurable: Either always use the same time on a day independent of the time zone or adjust the time to the current time zone. We suggest making this a configuration that can be defined and dynamically changed on a schedule (e.g., a developer can add a toggle per task/schedule that would change the presentation based on the value on the toggle).
Code of Conduct