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

Timezone on Event Level is being ignored #347

Closed
manuelbiermann opened this issue Jul 8, 2021 · 1 comment · Fixed by #348
Closed

Timezone on Event Level is being ignored #347

manuelbiermann opened this issue Jul 8, 2021 · 1 comment · Fixed by #348
Assignees
Labels
🐛 bug Something isn't working

Comments

@manuelbiermann
Copy link

Found a bug? Please fill out the sections below. 👍

Issue Summary

A summary of the issue. This needs to be a clear detailed-rich summary.

The Timezone input on the edit event page seems to be ignored and the Timezone set on a user level seems to be used.

Steps to Reproduce

  1. Create a new event
  2. Edit the event and change the availability including the Timezone
  3. Check the availability/booking page and switch between Timezones

Any other relevant information. For example, why do you consider this a bug and what did you expect to happen instead?

Technical details

@manuelbiermann manuelbiermann added the 🐛 bug Something isn't working label Jul 8, 2021
@manuelbiermann manuelbiermann changed the title Event Availability Settings should overwrite User Availability Settings Timezone on Event Level is being ignored Jul 8, 2021
@emrysal emrysal self-assigned this Jul 8, 2021
@emrysal
Copy link
Contributor

emrysal commented Jul 8, 2021

I'm investigating this at the moment and can verify this happens; but on the component. The Calendar adheres to the event timezone and dates do get shifted. But this causes a spinner during the day shifted because AvailableSlots did not shift. PR incoming with the fix.

image

@emrysal emrysal linked a pull request Jul 8, 2021 that will close this issue
baileypumfleet added a commit that referenced this issue Jul 9, 2021
Fixes #347: timeZone is not applied to AvailableTimes
KATT pushed a commit that referenced this issue Sep 3, 2021
Bumps [prisma](https://github.com/prisma/prisma) from 2.22.0 to 2.22.1.
- [Release notes](https://github.com/prisma/prisma/releases)
- [Changelog](https://github.com/prisma/prisma/blob/master/docs/releases.md)
- [Commits](prisma/prisma@2.22.0...2.22.1)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐛 bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants