[Unit]
Description=Sync calendar %i with vdirsyncer

[Service]
Type=simple
ExecStart=sh -c "echo '%i' | sed 's#:#/#g' | xargs vdirsyncer sync"
RuntimeMaxSec=3m
Restart=on-failure