bmatthias / kolab-android

Automatically exported from code.google.com/p/kolab-android
Other
0 stars 0 forks source link

Calendar Sync does not terminate #80

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Install kolab-android
2. Edit IMAP Settings
3. Activate Sync Calendar

What is the expected output? What do you see instead?
Expected: All calendar entries from server synced to phone. Progress indicating 
circle beneath "Sync Calendar" stops spinning and vanishes.
See instead: Only some calendar entries synced to phone. Progress indicating 
circle beneath "Sync Calendar" stops spinning but never vanishes.

What version of the product are you using? On what operating system?
kolab-android 0.9. Android 2.3.3

Please provide any additional information below.
After clicking "Sync Calendar" I can observe the following in the Kolab Droid 
status section.

All the time the title of this section is Kolab Client for Android.
All the time the subtitle of this section is Version: 0.9.
1. First the first line shows: Fetching IMAP headers
2. After roughly a second the first line shows: Connecting to IMAP server
3. After roughly a second the first line shows: Processing Message i of 2814
where i is 1 and increases in roughly a few seconds to 2765. (
4. The I can see Processing Message 2765 of 2814 for around a second.
5. Afterwards this line is completely black for roughly a minute.
And afterwards it starts again with step 1.

I guess message 2765 in the calendar folder of my IMAP server is somehow bad 
and crashes some parts of the sync application.
How can I provide more detailed information for you? Preferably without sending 
you all my 2814 calendar entries.
In which order is the bad message the message no. 2765 of 2814 in my calendar 
folder? Alphabetic, time, ... ?

Original issue reported on code.google.com by matt.hei...@gmail.com on 9 Mar 2012 at 2:38

GoogleCodeExporter commented 8 years ago
At least with my (dovecot) IMAP server kolab-droid seems to sync messages in 
alphabetic order.

I located the "bad" entry and attached it.

A problem could be the <attendee> tag, since this is my only calendar entry 
with this tag. I guess the calendar entry was created with kontact (KDE 
software compilation).

Original comment by matt.hei...@gmail.com on 10 Mar 2012 at 2:39

Attachments:

GoogleCodeExporter commented 8 years ago
I can reproduce that

Original comment by arthur.z...@gmail.com on 22 Jun 2012 at 9:05

GoogleCodeExporter commented 8 years ago
In your XML File, the body tag does not close correctly

 <body> ...  </b=dy>

Original comment by arthur.z...@gmail.com on 22 Jun 2012 at 9:09

GoogleCodeExporter commented 8 years ago
Anyway: 

> And afterwards it starts again with step 1.

Could it be, that you disabled the min. sync interval? If so, please turn it 
on. The sync provider is getting called too often, we don't know why.

Original comment by arthur.z...@gmail.com on 22 Jun 2012 at 9:11