Ticket #685 (assigned defect)
element Completed: Schemas validity error : Element 'Completed': This element is not expected. Expected is one of ( Comment, Contact, Created, DateCalendarCreated, DateEnd, DateStarted ).
| Reported by: | jas | Owned by: | cstender |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Format Plugin: vformat: event | Version: | 0.38 |
| Severity: | normal | Keywords: | |
| Cc: |
Description
Hi! I get this error when syncing with my nokia e51:
element Completed: Schemas validity error : Element 'Completed': This element is not expected. Expected is one of ( Comment, Contact, Created, DateCalendarCreated?, DateEnd?, DateStarted? ).
The vevent card is for a 'Task' that has been completed.
BEGIN:VCALENDAR PRODID:-//OpenSync//NONSGML OpenSync vformat 0.3//EN VERSION:2.0 BEGIN:VEVENT CLASS:PRIVATE COMPLETED:20080212T224422Z DUE:20080211T000000 LAST-MODIFIED:20080212T224422Z PRIORITY:2 SEQUENCE:0 STATUS:COMPLETED SUMMARY:Foo bar UID:z65cjDAQ4EFkg56AwF8ca1 END:VEVENT END:VCALENDAR
Unlike #684 I get the same vevent card if I use both vevent10 and vevent20.
See also discussion at: http://thread.gmane.org/gmane.comp.misc.opensync.user/2453/focus=2455
Thanks, Simon
Change History
comment:2 Changed 5 years ago by cstender
- Status changed from new to assigned
- Milestone set to OpenSync 0.40
comment:5 Changed 4 years ago by felixmoeller
I can reproduce this by putting the vcard from the original report in a file and run vconvert:
fm@macbook:~/log/log> vconvert cal4 --to-xmlformat element Completed: Schemas validity error : Element 'Completed': This element is not expected. Expected is one of ( Comment, Contact, Created, DateCalendarCreated, DateEnd, DateStarted ). Unable to convert data XMLFormat validation failed. fm@macbook:~/log/log> cat cal4 BEGIN:VCALENDAR PRODID:-//OpenSync//NONSGML OpenSync vformat 0.3//EN VERSION:2.0 BEGIN:VEVENT CLASS:PRIVATE COMPLETED:20080212T224422Z DUE:20080211T000000 LAST-MODIFIED:20080212T224422Z PRIORITY:2 SEQUENCE:0 STATUS:COMPLETED SUMMARY:Foo bar UID:z65cjDAQ4EFkg56AwF8ca1 END:VEVENT END:VCALENDAR fm@macbook:~/log/log> vconvert cal4 --to-xmlformat element Completed: Schemas validity error : Element 'Completed': This element is not expected. Expected is one of ( Comment, Contact, Created, DateCalendarCreated, DateEnd, DateStarted ). Unable to convert data XMLFormat validation failed.
Note: See
TracTickets for help on using
tickets.

For reference, the vevent card retrived using syncml-obex-client is: