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

Missing Timezone Arg #45

Open
lbell opened this issue May 1, 2024 · 2 comments
Open

Missing Timezone Arg #45

lbell opened this issue May 1, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@lbell
Copy link
Owner

lbell commented May 1, 2024

Looks like we intitially had an override, but have since removed it. This is creating unexpected behavior:

timeZone: pgcalSettings["fixed_tz"], // TODO: Necessary?

By default, FullCalendar uses 'local' which should result in the time being in the end user's computer's timezone.

Remove this argument, and let users override with: fc_args='{"timeZone":"###"}'

@lbell lbell added the bug Something isn't working label May 1, 2024
@ibasbl
Copy link

ibasbl commented May 26, 2024

If the timezone could be defined without issue, would it be possible to have a timezone selection menu for the front user like a drop list?

@lbell
Copy link
Owner Author

lbell commented May 27, 2024

@ibasbl While that is possible with FullCalendar, it's not likely something we'd implement in this plugin without someone financing that.

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

No branches or pull requests

2 participants