Revision 1256236...

Go back to digest for 9th December 2012

Features in KDE Base

Dan Vratil committed changes in [libkgapi/LibKGAPI/0.4] libkgapi/services/calendar.cpp:

Handle Microsoft TZIDs

Microsoft TZIDs which are not compatible with the Olson timezone
format which Google expects in dtStart and dtEnd timezones. We
use special mapping of X-MICROSOFT-CDO-TZID property to a real
Olson timezones to make Google happy. Unfortunatelly this means
that the original long MS timezone name is not preserved.

The conversion is run only in Objects::Event -> JSON serializer,
as Google always returns events with Olson timezone format.


FIXED-IN: 0.4.4

File Changes

Modified 1 files
  • libkgapi/services/calendar.cpp
1 files changed in total