Open lbell opened 7 months ago
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?
@ibasbl While that is possible with FullCalendar, it's not likely something we'd implement in this plugin without someone financing that.
Looks like we intitially had an override, but have since removed it. This is creating unexpected behavior: https://github.com/lbell/pretty-google-calendar/blob/82aba4020e296ee3e7c0e6701e96a851905bae35/public/js/pgcal.js#L87
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":"###"}'