gggard / AndroidCaldavSyncAdapater

Caldav synch adapter for Android
246 stars 88 forks source link

Illegal character in path at index 53 while syncing event created on android to owncloud #162

Open momcilo opened 10 years ago

momcilo commented 10 years ago

I get the following notification:

Illegal character in path at index 53 /remote.php/caldav/...

Remaining part is not visible to me. My URL is: /remote.php/caldav/principals/nnnnnnn@ddddd.dd/ Owncloud: 5.0.11 OS: Kitkat 4.4.2 Application used for a calender: default google calendar with CalDav Sync Adapter Calendar names are single words: personal odmor

ArcTanH commented 10 years ago

Almost the same here, but it's at index 52.

Android 4.4.2 owncloud: 6.x owncloud cal-name: default.

Sarros123 commented 10 years ago

Probably there is an error with your calendar name. I had the same problem and it seemed to be due to a bad encoding of the calendar name which had a whitespace in it. So delete the calendar entry that might cause the problem and sync should work again. For the future rename your calendar in Owncloud to something without a whitespace in it. "Default calendar" may cause problems, "myCalendar" should work.