Hi,
playing around with the database-files used by gpe-calendar I was able to trace down the import-problem a little bit.
As far as I see, the dates are stored in the table "calendar" within the database-file calendar (You find it in the .gpe-directory).
Each date is stored as a series of records with the fields "uid", "tag" and "value". All records of one date have the same uid.
The problem related to the import is based on the fact, that the dates are stored like this "23.05.2006 11:00:00" but gpe-calendar expects them to be "2006-05-23 11:00".
If you change the values in the database accordingly, they are shown correctly.
I am not sure, whether this is a bug in the import-routine or whether it is due to the fact, that my desktop-pc is configured for the german date-format.
Any hint where to report this to. I still think that a working import-routine might increase the acceptance of the program a lot.
Detlev
[div align=\"right\"][a href=\"index.php?act=findpost&pid=120135\"][{POST_SNAPBACK}][/a][/div]
As i began study the GTK+ and Gnome API this week, i begin to understand better the way of coding of the GNOME and GTK+ developers.
There are a lot of popt function calls and sqlite implementations, specifically for the GPE utilities.
Libpopt it' s a library to manage programs PIPING OUTPUT that' s way libschedule with Zaurus AT doesn' t work, as Zaurus AT implementation lacks the at -c and atrm commands.
So, sure after i comeback from holidays next week, i will begin to go deeper in the GPE PIMS and Utilities modifications.
This is what i would like to improve:
GPE Contacts -> Contacts sort by last and firstname (easy to do modifying the mainwindow renderization),fixing of importation based on libmimedir and what i will be able to do.
After i would like to make GPE-Contacts control my GPRS Compactflash for calling and answering via gammu or gnokii.
GPE Calendar -> Correct the at implementation and fixing importing issues as above.
GPE Announce -> Fixing the PlayReset function by changing the wrong audio level addresses with the right ones and adding an mp3 implementations for the sound.
GPE Todo -> Sorting here like Contacts.
I have studied Sqlite database syntax and behaviour too.
This simple database is very powerful for embedded system, as it' s a very cross platform environment.
I saw it works nearly everywhere, so i can port my data in Win XP,PocketPC,Linux,Unix etc. without any conversion, that is amazing.
Logically i' m at the beginning so i will need your help, for testing and growing in my programming skill.
THX in advance guys! As when i will finish these fixes i would like to use the Zauri as PPCPhone, i will finally keep it everywhere without the need of a Cellular and PC. EHHEEHEH!!
If you have any other ideas to improve this PIM Group begin to track it down for future modifications, so i can practice myself.
Cheers!