Calendar
Please send your email client’s calendar invitations to george@lead2crm.com. Please note, George is located in the US/Pacific timezone.
[insert_php]
$tz = $_GET[‘tz’];
function timezone($tz) {
if ($tz)
{
echo $tz;
}
else {
echo “US/Pacific”;
}
}
[/insert_php]