Talk:Address Book Interface Redesign

Add topic
Revision as of 11:40, 7 May 2008 by Neandr (talk | contribs) (New page: == Talk Page == === nsIAbCollection:: '' lastModifiedDate?'' === Current implementation of TB/AB doesn't use 'lastModifiedDate' quiete well. It could help very much with syncing PDA/devic...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Talk Page

nsIAbCollection:: lastModifiedDate?

Current implementation of TB/AB doesn't use 'lastModifiedDate' quiete well. It could help very much with syncing PDA/devices and other services
I vote for a 'MUST'
--neandr 04:40, 7 May 2008 (PDT)

nsIAbItem uuid:: Need a format (or at least examples) for the uuid

a method used with the ReminderFox XPI does it quite well:
date.getTime() + "-" + Math.round(900000000 + (Math.random() * 100000000))
this return fe.: 1210111200000-919086129
--neandr 04:40, 7 May 2008 (PDT)

nsIAbItem uuid:: use uuid to search for a specific card

to access cards from other productivity tools a 'uuid' search is a 'MUST'. At the moment I don't see any access method, is this part of the implementation plan?
--neandr 04:40, 7 May 2008 (PDT)

Return to "Address Book Interface Redesign" page.