-
Notifications
You must be signed in to change notification settings - Fork 170
Closed
Description
- Your vdirsyncer version
vdirsyncer, version 0.11.3 - If applicable, which server software (and which version) you're using
DavMail 4.7.2-2427 - Your Python version
python --version: Python 2.7.12
python3 --version: 4.7.2-2427 - Your operating system
OpenSuse 13.2 - Your config file
[general]
# A folder where vdirsyncer can store some metadata about each pair.
status_path = ~/.local/share/vdirsyncer/status/
# CALDAV
[pair my_calendar]
a = my_calendar_local
b = my_calendar_remote
collections = ["from a", "from b"]
# Calendars also have a color property
metadata = ["displayname", "color"]
[storage my_calendar_local]
type = filesystem
path = ~/.local/share/khal/calendars/private
fileext = .ics
[storage my_calendar_remote]
type = caldav
url = http://localhost:10801/users/s.boehringer@lumc.nl/calendar
username = ****
password = *****
- Use
vdirsyncer -vdebug
for debug output.
...
error: Unknown error occured for my_calendar/calendar: /users/S.Boehringer@lumc.nl/calendar/AAMkADFhMDg1YzYwLTgwMDItNDJiYi1hNmY2LTgxZDI1MDcwNmIzMgBGAAAAAAAutjjQvZGzQZDR7unScTwfBwA4R1qAXwlGQ7K94p6FsS4bAAAA66iHAAD2R2asQXn-SImONQz5BBbsAABHFlNrAAA%3D.EML
error: Use `-vdebug` to see the full traceback.
debug: File "/usr/lib/python3.4/site-packages/vdirsyncer/cli/tasks.py", line 66, in sync_collection
debug: force_delete=force_delete
debug: File "/usr/lib/python3.4/site-packages/vdirsyncer/sync.py", line 216, in sync
debug: b_info.prepare_idents()
debug: File "/usr/lib/python3.4/site-packages/vdirsyncer/sync.py", line 124, in prepare_idents
debug: if prefetch else ()):
debug: File "/usr/lib/python3.4/site-packages/vdirsyncer/storage/dav.py", line 452, in get_multi
debug: raise exceptions.NotFoundError(href)
error: 1 out of 2 tasks failed.
The failing URL is partly encoded (trailing %3D). Replacing this with '=' in cadaver prints a proper caldav event.