Ticket #685 (assigned defect)

Opened 7 months ago

Last modified 1 month ago

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 Assigned to: cstender (accepted)
Priority: normal Milestone: 0.39
Component: Plugin: vformat Version: 0.36
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

02/13/08 15:02:50 changed by jas

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

BEGIN:VCALENDAR
VERSION:1.0
BEGIN:VTODO
UID:z65cjDAQ4EFkg56AwF8ca1
SUMMARY:Foo bar
DUE:20080211T000000
X-EPOCTODOLIST:TODO
COMPLETED:20080212T224422Z
STATUS:COMPLETED
X-EPOCAGENDAENTRYTYPE:TODO
CLASS:PRIVATE
SEQUENCE:0
X-METHOD:NONE
LAST-MODIFIED:20080212T224422Z
PRIORITY:2
X-SYMBIAN-LUID:35
END:VTODO
END:VCALENDAR

02/14/08 13:10:06 changed by cstender

  • status changed from new to assigned.
  • milestone set to OpenSync 0.40.

07/30/08 18:43:16 changed by tuju

  • milestone changed from 0.40 to 0.39.