Matt Leonhardt
Matt Leonhardt
Confirmed. I'm not using corejs, just polyfills. Removing the preset-env section removes the error. ```js Encode.configureBabel(function (babelConfig) { const preset = babelConfig.presets.find(([name]) => name === "@babel/preset-env"); if (preset !== undefined)...
Thanks for that. I see a change in the appointment time now. It's no longer attempting to move the start time pre-DST. However, it still is trying to move the...
Patched and re-synced (with error). Log attached. [OGcalsync.log](https://github.com/phw198/OutlookGoogleCalendarSync/files/8637806/OGcalsync.log)
No change in behavior. [OGcalsync.log](https://github.com/phw198/OutlookGoogleCalendarSync/files/8656513/OGcalsync.log) ~~FYI, I'm doing some work travel for the next couple weeks. I may not be able to reply very quickly.~~ (Back from travel and able...
Unfortunately, the events that were causing this are no longer on my calendar. I am no longer having this issue when I perform the sync. I would have to wait...