I am attempting to capture two weeks worth of calendar events and email them on a regular basis.
Getting this done is simple, but all the events are in 24h UTC. So I made a conversion loop to change them all into the time zone and format that I want.
The trouble is that then causes the table I made to only pull the time for the very last event.
Can someone explain to me how to get it where the table lists all events with the correctly converted time?