Here is some further troubleshooting. These excerpts are from one of the problematic appointments taken from the calendar .json file on the server.
The first section is from the main portion of the appointment. Times are showing correctly.
{
"id": 2951213,
.....
"dt_start": {
"dt": "2021-03-11T09:30:00-05:00",
"tz": "Eastern Standard Time",
"has_time": true
},
"dt_end": {
"dt": "2021-03-11T11:00:00-05:00",
"tz": "Eastern Standard Time",
"has_time": true
},This portion is from the "mapi_properties" section of the appointment. Some lines have been removed for display. As you can see, one of the groups of times are off by 1 hour later.
"mapi_properties": {
....
"0x00600040": "2021-03-11T14:30:00",
"0x00610040": "2021-03-11T16:00:00",
.....
"0x92250040": "2021-03-11T14:30:00",
"0x92240040": "2021-03-11T16:00:00",
....
"0x91340040": "2021-03-11T14:30:00",
"0x92060003": 90,
....
"0x9310001F": "https://global.gotomeeting.com/join/######",
"0x93130040": "2021-03-11T15:30:00",
"0x93120040": "2021-03-11T17:00:00",
"0x0E1F000B": false
}
Looking forward to a response.
Thanks
Liam