Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix agenda/agendaupdate handling of event-specific time zones #820

Open
michaelmhoffman opened this issue Nov 21, 2024 · 0 comments
Open
Labels

Comments

@michaelmhoffman
Copy link
Collaborator

Currently, agendaupdate uses the calendar time zone when setting date and time for modified events. If the event has a different time zone, this will lead to date/time information being corrupted.

Probably the best solution is to include time zones in the agenda output for time details and parse it back in agendaupdate.

If time zone information is not included in the input, agendaupdate should read the event's current time zone before modifying it. This would require other API hits to fetch the current events. A naive approach would double the API hits. A better approach would do it once for all the input events but would require locally passing through it twice.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant