Hi

Last year I emailed the list that my Zaurus calendar was being
zero'd when syncing with multisync.

I have now tracked this down.  For a period last year I was using the
tkcCalendar application from theKompany.  Although I moved back to the
standard opie apps later last year, the calendar files still had
remnants of fields that theKompany apps put in, and on closer
examination it appears that they were attributes with nothing before the
'=' sign!

Anyway, the following sed script removed the problems and the opie
calendar and evolution now sync well together.


Hope this helps someone else.

Regards,
Pete

-------------------------------------------------------

!/usr/bin/sed -f
# fix knackered zaurus calendar for multisync
{
s/ ="1"//
s/ ="2"//
s/ ="3"//
s/ ="-1"//
}


-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
Multisync-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/multisync-users

Reply via email to