Note #2025-05-28-001
> Reply to Issues Β· Hanno Perrey / khalel Β· GitLab
Ability to pass options (before command) to vdirsyncer
Hi. I've been using khalel + khal + vdirsyncer for the last few days, and it has been an absolute joy. I tried various ways of working with my work calendar in my org system, and this has been the best in terms of stability and simplicity.
However, in my setup, vdirsyncer shows a lots of warnings for "Skipping identical href" or "Server did not supply properties" - possibly because I'm syncing with a pretty old google calendar that might have some bad entries. I want to run sync with vdirsyncer -verror sync
to silence these warnings in the output of khalel-run-vdirsyncer
, but continue to show errors.
I could not find a way to make this configurable, because the -v
flag comes before the sync
command, and setting khalel-vdirsyncer-command
to vdirsyncer -v
does not work.
Similarly, someone could have the use case of passing a different config file using vdirsyncer -c .custom/location sync
(I don't).
So, I think a way to configuring custom flags for vdirsyncer makes sense.
Interactions