D7775: Initial submission of Akonadi EWS Resource to KDE PIM
Daniel Vrátil
noreply at phabricator.kde.org
Sun Sep 17 11:35:05 BST 2017
dvratil added a comment.
QTimeZone does not allow custom time zones, unlike KTimeZone. KCalCore thus has to perform mapping from the provided VTIMEZONE to a known IANA timezone that it supports.
To simplify, KCalCore will parse the standard and DTS offsets from VTIMEZONE and will try to find an IANA timezone that has the closest match to the specified VTIMEZONE - the actual code is here: https://cgit.kde.org/kcalcore.git/tree/src/icaltimezones.cpp#n466
As such, you should no longer need a code to deal with mapping Windows to IANA yourself but KCalCore will do the magic for you :-)
REPOSITORY
R44 KDE PIM Runtime
REVISION DETAIL
https://phabricator.kde.org/D7775
To: nowicki, #kde_pim, dvratil, mlaurent
Cc: kde-pim, dvasin, winterz, vkrause, mlaurent, knauss, dvratil
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kde-pim/attachments/20170917/b714387d/attachment.html>
More information about the kde-pim
mailing list