The zone
parameter is an optional parameter that can be:
url
argument in the $Trumba.addSpud() method.trumbaEmbed
parameter in a URL-encoded query string.Specifies the time zone in which to display events in the main calendar spud and/or in promotion spuds.
The time zone index number.
The way you do this differs by browser. For example:
url
argument, $Trumba.addSpud() methodSets time zone in which event times are displayed on the main calendar spud to the time zone with the index number of 20402.
In the main calendar and any promotion spuds embedded at the target webpage, sets the time zone in which event times are displayed to the time zone with the index number 20398.
http://www.yoursite.com/calendar.html?trumbaEmbed=zone%3D20398
Tip %3D is the URL-encoded equals sign (=).
In the Atom feed at the base URL, limits the events that display to those that start on or after January 1, 2014 and sets the time zone in which event times are displayed to the time zone with the index value 20401.
http://www.trumba.com/calendars/calendarwebname.xml?startdate=20140101&zone=20401
Tip In calendar feed URLs, do not include trumbaEmbed=
and do not URL-encode parameters.