jquery-week-calendar
jquery-week-calendar copied to clipboard
Displaying business hours consistently across the globe
Hi All, We are trying to use the Weekly calendar to display schedules of our resources. The schedules will be viewed by clients across the globe. It will be shown in their time zone. We are storing the schedules in GMT.
Lets take an example scenario
- The resource is in India. It is UTC +5:30
- The client is in Los Angeles. It is UTC -7
Currently we have a problem when the business hours span between days in the client timezone.
In this example scenario, if the business hours are between 9AM-6PM IST (GMT +5:30), it is 8:30PM the previous day upto 5:30AM today. How would I render this business hours? The restriction currently is that there can be only 1 window which describes business hours. How can I accomodate this scenario?
Thanks Raj