On Wednesday 08 September 2010 15:41:31 ext Patrick Ohly wrote: > On Wed, 2010-09-08 at 13:29 +0100, Álvaro Manera wrote: > > > Calendar > > > ======== > > [...] > > > > It seems that RECURRENCE-ID is stored in Tracker, but only after > > > conversion to UTC and without milliseconds: > > > // The format supported by tracker is not really ISO8601, as it > > > // doesn't support milliseconds. Therefore we eliminate those here. > > > QString kdatetime2String( KDateTime dt, bool toUtc=true ) > > > > > > Question: ignoring the problem with milliseconds here (doesn't matter > > > for iCalendar 2.0), can mkcal find the original incidence when it has a > > > RECURRENCE-ID using a time zone and the query uses UTC? > > > > mkcal doesn't need to open tracker, at least not at the moment. mkcal is > > just pushing contect to it. > > I was thinking of the other direction: find something in Tracker, open > it in mkcal. Is that possible? >
It is "possible". But the logic it is in the application using mkcal. So you get the uri from tracker (the way you want) parse it, if it is only Id you can load it from mkcal if not, take the recurrenceId and open it. But not directly from mkcal Alvaro _______________________________________________ MeeGo-dev mailing list [email protected] http://lists.meego.com/listinfo/meego-dev
