I realy like the nowIndicator. I want to develop a calendarview with a now indicator, in a specific timezone. So I want to show the nowindicator for all users worldwide at the same time. So I set:
timezone: 'America/Chicago'
That's not changing the place of the indicator, but
timezone: 'America/Chicago'
does change it to UTC. But I want to display all the users a red line at the current Chicago time.
that is because the JS doesn't know how to calculate the current time in chicago. however, you can achieve it with the now setting...
http://fullcalendar.io/docs/timezone/now/
Most helpful comment
that is because the JS doesn't know how to calculate the current time in chicago. however, you can achieve it with the
nowsetting...http://fullcalendar.io/docs/timezone/now/