From: Roger B. <ro...@ro...> - 2003-03-09 23:24:05
|
> I've check out the scheduler file format and so far it looks > very random... why cant those idiots use comma-delimited files > for storage or something :) Because it isn't a PC. It has very limited CPU and RAM (both need power). They use fixed length records for everything. This is very easy to read/write as C structs. > Ill take a look at phone book etc over the spring break. I am > very interested in creating an application that either > synchronizes with outlook calendar or emulates it. I'm going to be adding that functionality to bitpim anyway. Initially it will be direct editing in bitpim itself, and then will expand to include Outlook and Palm Desktop on Windows and Mozilla on Linux. Roger |