Ticket #313 (closed defect: duplicate)

Opened 4 years ago

Last modified 3 years ago

Sync of events wants to sync contacts and todos as well (SE K300 evo2-sync<->irmc-sync)

Reported by: swima Owned by: abauer
Priority: high Milestone:
Component: OpenSync Version: 0.X
Severity: critical Keywords:
Cc:

Description

If I try to sync my evolution-calendar (Evolution 2.6.2-r1) with an empty calendar at my phone (SE K300i) I get the following errors *before* it starts to transfer the events: (process:6387): libecal-CRITICAL **: file e-cal.c: line 4275: assertion `ecal && E_IS_CAL (ecal)' failed output error : invalid character value (process:6387): libebook-WARNING **: invalid character found in attribute group/name

and

Mapping Write Error: Unable to create todo: file e-cal.c: line 4275: assertion `ecal && E_IS_CAL (ecal)' failed Error writing entry 0001000107AE to member 1: Unable to create todo: file e-cal.c: line 4275: assertion `ecal && E _IS_CAL (ecal)' failed

and

Error writing entry 000000000D44 to member 1: Unable to add contact Mapping Write Error: Unable to add contact

So the syncing proces tries to sync *everything* (events, contacts, todos) even if the group is configured to only handle events:

cat 1/evo2-sync.conf 
<config><calendar_path>file:///home/swimmer/.evolution/calendar/local/system</calendar_path></config>

Furthermore the time is *never* set correctly even with the patch of dgollub ( http://pastebin.ca/raw/146645) - this happens with a fresh sync *and* an update ...

Greetz Stefan

Change History

Changed 4 years ago by swima

Well - yo can work around that with --filter-objtype todo --filter-objtype note --filter-objtype contact even if it is quite ugly - it should work like expected ;-)

Changed 4 years ago by abauer

  • status changed from new to closed
  • resolution set to duplicate
Note: See TracTickets for help on using tickets.