<table><tr><td style="">nowicki added a comment.
</td><a style="text-decoration: none; padding: 4px 8px; margin: 0 8px 8px; float: right; color: #464C5C; font-weight: bold; border-radius: 3px; background-color: #F7F7F9; background-image: linear-gradient(to bottom,#fff,#f1f0f1); display: inline-block; border: 1px solid rgba(71,87,120,.2);" href="https://phabricator.kde.org/D7775" rel="noreferrer">View Revision</a></tr></table><br /><div><div><p>The KDateTime removal might be a bit more digging.</p>

<p>The current calendar code downloads the calendar event from Exchange in form of a vCal event. While this is not ideal (the Exchange's vCal exporter is not perfect) it is good enough for a start. On the Akonadi EWS side I feed it to a memory calendar in order to get an event. Previously the importer just created a KDateTime and didn't attempt to parse the timezone (it was just provided as a name). This was fine when the timezone name was an IANA name as it was then parsed correctly. Unfortunately the Window$ world has it's own standards and the timezone names are often different (either MS timezone names of even some non-standard ones). These I need to attempt to parse.</p>

<p>After the changes I get a QDateTime, which has an already parsed QTimeZone. I assume the parsing is done in KCalCore. The question is what happens when it occurs some non-IANA timezone name.</p>

<p>I'll need to dig into the code a bit more.</p></div></div><br /><div><strong>REPOSITORY</strong><div><div>R44 KDE PIM Runtime</div></div></div><br /><div><strong>REVISION DETAIL</strong><div><a href="https://phabricator.kde.org/D7775" rel="noreferrer">https://phabricator.kde.org/D7775</a></div></div><br /><div><strong>To: </strong>nowicki, KDE PIM, dvratil, mlaurent<br /><strong>Cc: </strong>kde-pim, dvasin, winterz, vkrause, mlaurent, knauss, dvratil<br /></div>