|
From: Daniel G. <dg...@su...> - 2008-01-08 08:16:30
|
On Dienstag 08 Januar 2008, Jason Grant wrote: > =A0 <database> > =A0 =A0 =A0<name>Notes</name> > =A0 =A0 =A0<objtype>note</objtype> > =A0 =A0 =A0<objformat>vjournal</objformat> > =A0 </database> Try <objformat>memo</objformat> instead .. Memo has the same function like the "plain" object format, but is mapped to= =20 the object type "note" instead of "data". objformat "vjournal" is the used= =20 objformat by evolution for notes, vjournal is based on rfc2445, thats why y= ou=20 see BEGIN:VCALENDAR ... With memo the conversion path during sync should look like this: vjournal <-> xmlformat-note <-> memo > > Is this the correct format to be using? > > To try and troubleshoot this, I downloaded devinfo.txt from the handset > as shown below. =A0I'm now wondering whether the fact that the NOTE > records are labelled as NONE means that the handset cannot cope with > vcalendar formatting, and that only the raw note data should be resident > on the phone? > > Thanks for any tips/guidance. > > Jason. > > > ----------- devinfo.txt ---------------- > MANU:Nokia > MOD:RM-217 > HW-VERSION:1007 > SW-VERSION:V 05.50 > SW-DATE:20070814T120000 > SN:359835011196264 > IRMC-VERSION:1.1 > PB-TYPE-TX:VCARD2.1 > PB-TYPE-RX:VCARD2.1;VCARD3.0 > CAL-TYPE-TX:VCALENDAR1.0 > CAL-TYPE-RX:VCALENDAR1.0;ICALENDAR2.0 > INBOX:SINGLE > MSG-TYPE-TX:NONE > MSG-TYPE-RX:NONE > MSG-SENT-BOX:NO > NOTE-TYPE-TX:NONE > NOTE-TYPE-RX:NONE > BKM-TYPE-TX:NONE > BKM-TYPE-RX:NONE > X-TEXT:NOKIA1.0 > X-POC:NOKIA1.0 > IAS-PARAMETERS:0x00,0x01,0x02,0x01,0x01,0x00,0x02,0x02,0x01,0x01,0x10, > =A00x01,0x08,0x11,0x02,0x01,0x01,0x12,0x01,0x00 Where did you got this? Looks like IrMC's devinfo.txt ... the capabilities = for=20 IrMC might differ from the SyncML ... best regards, Daniel |