| sync-ing I have a bit of a workaround for this problem.
I can do a one way dump from the pocket_pc to KDE. I haven't figured out how to do the other direction yet.
If I do a copmlete back up from the pocket_pc using multisync ( http://multisync.sourceforge.net/news.php), I get a bunch of what look like VCALENDAR files in the backup directory. Here is an example of one of the multisync files:
EGIN:VTODO
UID:RRA-ID-03001bc8
SUMMARY:Printout Lecture Notes (Tiff files)
CATEGORIES:School
CLASS:PUBLIC
PERCENT-COMPLETE:100
STATUS:COMPLETED
COMPLETED:20050502T000000Z
END:VTODO
I took all those files, from the latest complete backup, and concatenated them into 1 file, with VCALENDAR tags around the contents (see below), I was able to get the KDE PIM tool Kontact to open it up and view it.
BEGIN:VCALENDAR
CALSCALE:GREGORIAN
VERSION:2.0
PRODID:-//mdlware/ipaqcal//NONSGML v1.0//EN
BEGIN:VTODO
UID:RRA-ID-03001bc8
SUMMARY:Printout Lecture Notes (Tiff files)
CATEGORIES:School
CLASS:PUBLIC
PERCENT-COMPLETE:100
STATUS:COMPLETED
COMPLETED:20050502T000000Z
END:VTODO
END:VCALENDAR
It seems to work reliably so far. I have to use the GUI to import/view the file I've created, however. (can use merge, or add an alternate calendar file) The command line tool konsolekalendar doesn't seem to work for some reason. It would still be nice to do the bi-directional sync-ing.
Anybody have any ideas? |