From: Stephen W. <sa...@us...> - 2003-12-16 21:52:14
|
On Tue, 2003-12-16 at 16:15, Roger Binns wrote: > I think I would rather keep the call history seperate from the > actual calendar. (It too can also be displayed in a seperate > calendar display, just not the main one). I don't think it > would be useful for BitPim to write back out to the call history. Yes, I don't see much value for writing a call history back to the phone. What about Call Alarms. On my phone, I have 15 slots for these. They are similar to events, except that they hold a phone number and a date/time. They are meant to remind you to call someone. I recently tentatively added reading and writing of these to the sanyo code. On writing, if a calendar entry description looks like a phone number, I send it to the Call Alarm list instead of the event list on the phone. > > One thing I was thinking of doing is injecting SMS messages > into your email. The user can then use their standard email > filtering to keep a log etc. The headers can even be suitably > frigged so you can just hit reply etc. It looks like Python has classes to handle various mailbox styles! > > The same can be done for the call history. I would like call history to be exportable from BitPim in whatever ways Calendar information is so that call histories can be imported in to other calendars. I'll add some code for reading the call history and SMS messages, but I won't try to do anything with the information yet. Steve |