We developed a script that will allow you to "Freeze" the Time Zone for your Booking Requests. You can set this up as a "Company Default" or you can do it custom for Individual Booking Requests by using the "Customize" feature on the "Save/Publish/Share" TAB when creating/editing a Booking Request. The Freeze for this sample script is for "Central" Time.
If you need other timezones, please use the regular PHP-accepted conventions found HERE.
************************************************************
To Freeze or Set the Time Zone as the Company Settings Default:
--> Go to "Account Settings & Extensions"
--> On the "Company Settings" TAB, enter the following script into the "Header" Box
<span style="display:none;">[tz:America/Chicago]</span>
--> Click "Save & Publish" on the bottom of the page. Now any Booking Request Calendar loaded will be on Central Time and cannot be changed.
************************************************************
To Freeze or Set the Time Zone for a Single Booking Request (customize):
--> Go to "Booking Links" on the top menu:
--> Choose the Booking Link you want to Freeze the Time Zone for and click the edit Icon.
--> Go to the "Save/Publish/Share" TAB on the left menu.
--> Click the grey "Customize" Button.
--> Insert the following script into the "header" Box
<span style="display:none;">[tz:America/Chicago]</span>
--> Click the "Save" button. Now for This Booking Request, it will Freeze the Time Zone and cannot be changed.
************************************************************
Comments