We want to load meeting data from our SQL Server database
to Exchange public Calendar folder.
Our database stores meeting "start time" as UTC datetime.
When meetings are loaded from DB to Outlook, there is 4 hour difference.
How can we create a VIEW to convert the start time to local Outlook time?