|
From: Simon J. <si...@jo...> - 2008-02-13 11:39:28
|
After tracking down a phone bug (?) when mixing vcard21+vevent20, see [1], I now have syncing of calendar and contacts working. However, msynctool prints out several errors: element Count: Schemas validity error : Element 'Count': This element is not expected. Expected is ( Frequency ). element Count: Schemas validity error : Element 'Count': This element is not expected. Expected is ( Frequency ). element Count: Schemas validity error : Element 'Count': This element is not expected. Expected is ( Frequency ). element Count: Schemas validity error : Element 'Count': This element is not expected. Expected is ( Frequency ). element Count: Schemas validity error : Element 'Count': This element is not expected. Expected is ( Frequency ). element Completed: Schemas validity error : Element 'Completed': This element is not expected. Expected is one of ( Comment, Contact, Created, DateCalendarCreated, DateEnd, DateStarted ). element Url: Schemas validity error : Element 'Url', attribute 'Location': The attribute 'Location' is not allowed. How important are these? I understand the phone is probably not following the standards here. For example, the last error is caused by a vcard that looks like: BEGIN:VCARD VERSION:3.0 N:Foo;Bar;;; REV:20080207T183307Z TEL:+123 URL;TYPE=HOME:http://example.org/ END:VCARD Should the library/tools be extended to handle these "extensions"? Thanks, Simon [1]: http://opensync.org/wiki/Model_E51 |