Any idea why this code is not translating into different time zones. If I set it at 7:00 am (Eastern), it will put 7:00 am on a European time zone calendar, pacific time zone, etc. All the same.
Thanks in advance for your help!

Any idea why this code is not translating into different time zones. If I set it at 7:00 am (Eastern), it will put 7:00 am on a European time zone calendar, pacific time zone, etc. All the same.
Thanks in advance for your help!
This appears to have resolved the time issue.
DateTimeValue(Invitations.'Start Date Time'& " " & Invitations.StartTime),
DateTimeValue(Invitations.'End Date Time'& " " & Invitations.EndTime),
Invitations.TimeZone,